public interface ComponentDistribution
| Modifier and Type | Method and Description |
|---|---|
double |
density(org.apache.commons.math3.linear.RealMatrix x) |
void |
generateStartValues(org.apache.commons.math3.linear.RealMatrix x,
org.apache.commons.math3.linear.RealMatrix mean,
org.apache.commons.math3.linear.RealMatrix cov) |
double |
getMixingProportion() |
void |
setCovariance(org.apache.commons.math3.linear.RealMatrix cov) |
void |
setMean(org.apache.commons.math3.linear.RealMatrix mean) |
void |
setMixingProportion(double prop) |
double density(org.apache.commons.math3.linear.RealMatrix x)
void generateStartValues(org.apache.commons.math3.linear.RealMatrix x,
org.apache.commons.math3.linear.RealMatrix mean,
org.apache.commons.math3.linear.RealMatrix cov)
void setMixingProportion(double prop)
double getMixingProportion()
void setMean(org.apache.commons.math3.linear.RealMatrix mean)
void setCovariance(org.apache.commons.math3.linear.RealMatrix cov)