The stochastic processes which form the components of the mixture
Convert from the underlying data structure to Seq[I] where I is the index set of the GP
Convert from the underlying data structure to Seq[I] where I is the index set of the GP
Convert from the underlying data structure to Seq[(I, Y)] where I is the index set of the GP and Y is the value/label type.
Convert from the underlying data structure to Seq[(I, Y)] where I is the index set of the GP and Y is the value/label type.
The training data
The training data
Predict the value of the target variable given a point.
Predict the value of the target variable given a point.
Draw three predictions from the posterior predictive distribution 1) Mean or MAP estimate Y 2) Y- : The lower error bar estimate (mean - sigma*stdDeviation) 3) Y+ : The upper error bar.
Draw three predictions from the posterior predictive distribution 1) Mean or MAP estimate Y 2) Y- : The lower error bar estimate (mean - sigma*stdDeviation) 3) Y+ : The upper error bar. (mean + sigma*stdDeviation)
Calculates posterior predictive distribution for a particular set of test data points.
Calculates posterior predictive distribution for a particular set of test data points.
A Sequence or Sequence like data structure storing the values of the input patters.
Returns a prediction with error bars for a test set of indexes and labels.
Returns a prediction with error bars for a test set of indexes and labels. (Index, Actual Value, Prediction, Lower Bar, Higher Bar)
The probability weights assigned to each component.
A multinomial mixture of component processes, each of which can output predictive distributions which have error bars around the mean/mode.
The training data type of each component
The input feature type accepted by each component
The type of the output label
The type of a collection of outputs, e.g. vector
The type of the second moment (variance) returned by the predictive distribution of each component process
The type of the predictive distribution of each process.
The random variable type returned by the predictiveDistribution() method of each component.
The type of the stochastic process components