Package org.ptolemy.ssm
Interface GaussianModel
-
- All Known Subinterfaces:
TrainableGaussianModel
- All Known Implementing Classes:
GaussianMeasurementModel
public interface GaussianModel
An interface to define a Gaussian model.- Since:
- Ptolemy II 11.0
- Version:
- $Id$, $Id$
- Author:
- Ilge Akkya
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[][]
getCovariance()
Get model covariance.double[]
getMean()
Get model mean.
-