Class Homoscedastic
java.lang.Object
org.ojalgo.random.scedasticity.AbstractScedasticity
org.ojalgo.random.scedasticity.Homoscedastic
- All Implemented Interfaces:
ScedasticityModel
-
Field Summary
FieldsFields inherited from class AbstractScedasticity
DEFAULT_VARIANCE, ELEVEN_TWELFTHS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetMean()doublevoidinitialise(double mean, double variance) static Homoscedasticstatic HomoscedasticnewInstance(double mean, double variance) voidupdate(double value) Methods inherited from class AbstractScedasticity
average, decreasing, parametersMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ScedasticityModel
getStandardDeviation, variances
-
Field Details
-
myMean
private double myMean -
myVariance
private double myVariance
-
-
Constructor Details
-
Homoscedastic
public Homoscedastic()
-
-
Method Details
-
newInstance
- See Also:
-
newInstance
-
getMean
public double getMean() -
getVariance
public double getVariance() -
initialise
public void initialise(double mean, double variance) -
update
public void update(double value)
-