void |
StateCollection.add(int index,
State item) |
Inserts an element into the collection at the specified index.
|
double |
Table.get(State... states) |
Gets the table value corresponding to the given states.
|
double |
CLGaussian.getCovariance(VariableContext continuousHeadA,
VariableContext continuousHeadB,
State... discrete) |
Gets the covariance of the Gaussian distribution between [continuousHeadA] and [continuousHeadB] for a particular discrete combination (mixture).
|
double |
CLGaussian.getCovariance(Variable continuousHeadA,
Variable continuousHeadB,
State... discrete) |
Gets the covariance of the Gaussian distribution between [continuousHeadA] and [continuousHeadB] for a particular discrete combination (mixture).
|
double |
CLGaussian.getCovariance(Variable continuousHeadA,
Integer timeA,
Variable continuousHeadB,
Integer timeB,
State... discrete) |
Gets the covariance of the Gaussian distribution between [continuousHeadA] and [continuousHeadB] for a particular discrete combination (mixture).
|
double |
CLGaussian.getMean(VariableContext continuousHead,
State... discrete) |
Gets the mean value of the Gaussian distribution for the specified [continuousHead] variable for the [discrete] combination.
|
double |
CLGaussian.getMean(Variable continuousHead,
State... discrete) |
Gets the mean value of the Gaussian distribution for the specified [continuousHead] variable for the [discrete] combination.
|
double |
CLGaussian.getMean(Variable continuousHead,
Integer time,
State... discrete) |
Gets the mean value of the Gaussian distribution for the specified [continuousHead] variable for the [discrete] combination.
|
int |
Table.getSortedIndex(State... states) |
Gets the index of the table element that corresponds to a particular combination of states.
|
double |
CLGaussian.getVariance(VariableContext continuousHead,
State... discrete) |
Gets the variance of the Gaussian distribution for the specified [continuousHead] variable for a particular discrete combination (mixture).
|
double |
CLGaussian.getVariance(Variable continuousHead,
State... discrete) |
Gets the variance of the Gaussian distribution for the specified [continuousHead] variable for a particular discrete combination (mixture).
|
double |
CLGaussian.getVariance(Variable continuousHead,
Integer time,
State... discrete) |
Gets the variance of the Gaussian distribution for the specified [continuousHead] variable for a particular discrete combination (mixture).
|
double |
CLGaussian.getWeight(VariableContext continuousHead,
VariableContext continuousTail,
State... discrete) |
Gets the weight/regression coefficient of the Gaussian distribution between the [continuousTail] and [continuousHead] for a particular discrete combination (mixture).
|
double |
CLGaussian.getWeight(Variable continuousHead,
Variable continuousTail,
State... discrete) |
Gets the weight/regression coefficient of the Gaussian distribution between the [continuousTail] and [continuousHead] for a particular discrete combination (mixture).
|
double |
CLGaussian.getWeight(Variable continuousHead,
Integer timeHead,
Variable continuousTail,
Integer timeTail,
State... discrete) |
Gets the weight/regression coefficient of the Gaussian distribution between the [continuousTail] and [continuousHead] for a particular discrete combination (mixture).
|
State |
StateCollection.set(int index,
State value) |
Sets the State at the specified index.
|
void |
Table.set(double value,
State... states) |
Sets the table value corresponding to the given states.
|
void |
CLGaussian.setCovariance(VariableContext continuousHeadA,
VariableContext continuousHeadB,
double value,
State... discrete) |
Sets the covariance of the Gaussian distribution between [continuousHeadA] and [continuousHeadB] for a particular discrete combination (mixture).
|
void |
CLGaussian.setCovariance(Variable continuousHeadA,
Variable continuousHeadB,
double value,
State... discrete) |
Sets the covariance of the Gaussian distribution between [continuousHeadA] and [continuousHeadB] for a particular discrete combination (mixture).
|
void |
CLGaussian.setCovariance(Variable continuousHeadA,
Integer timeA,
Variable continuousHeadB,
Integer timeB,
double value,
State... discrete) |
Sets the covariance of the Gaussian distribution between [continuousHeadA] and [continuousHeadB] for a particular discrete combination (mixture).
|
void |
CLGaussian.setMean(VariableContext continuousHead,
double value,
State... discrete) |
Sets the mean value of the Gaussian distribution for the specified [continuousHead] variable for the [discrete] combination.
|
void |
CLGaussian.setMean(Variable continuousHead,
double value,
State... discrete) |
Sets the mean value of the Gaussian distribution for the specified [continuousHead] variable for the [discrete] combination.
|
void |
CLGaussian.setMean(Variable continuousHead,
Integer time,
double value,
State... discrete) |
Sets the mean value of the Gaussian distribution for the specified [continuousHead] variable for the [discrete] combination.
|
void |
CLGaussian.setVariance(VariableContext continuousHead,
double value,
State... discrete) |
Sets the variance of the Gaussian distribution for the specified [continuousHead] variable for a particular discrete combination (mixture).
|
void |
CLGaussian.setVariance(Variable continuousHead,
double value,
State... discrete) |
Sets the variance of the Gaussian distribution for the specified [continuousHead] variable for a particular discrete combination (mixture).
|
void |
CLGaussian.setVariance(Variable continuousHead,
Integer time,
double value,
State... discrete) |
Sets the variance of the Gaussian distribution for the specified [continuousHead] variable for a particular discrete combination (mixture).
|
void |
CLGaussian.setWeight(VariableContext continuousHead,
VariableContext continuousTail,
double value,
State... discrete) |
Sets the weight/regression coefficient of the Gaussian distribution between the [continuousTail] and [continuousHead] for a particular discrete combination (mixture).
|
void |
CLGaussian.setWeight(Variable continuousHead,
Variable continuousTail,
double value,
State... discrete) |
Sets the weight/regression coefficient of the Gaussian distribution between the [continuousTail] and [continuousHead] for a particular discrete combination (mixture).
|
void |
CLGaussian.setWeight(Variable continuousHead,
Integer timeHead,
Variable continuousTail,
Integer timeTail,
double value,
State... discrete) |
Sets the weight/regression coefficient of the Gaussian distribution between the [continuousTail] and [continuousHead] for a particular discrete combination (mixture).
|
void |
NetworkMonitor.statesCollectionChange(Variable variable,
int index,
State add,
State remove,
CollectionAction action,
boolean complete) |
For internal use.
|