Package org.ojalgo.random.scedasticity
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 org.ojalgo.random.scedasticity.AbstractScedasticity
DEFAULT_VARIANCE, ELEVEN_TWELFTHS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getMean()
double
void
initialise
(double mean, double variance) static Homoscedastic
static Homoscedastic
newInstance
(double mean, double variance) void
update
(double value) Methods inherited from class org.ojalgo.random.scedasticity.AbstractScedasticity
average, decreasing, parameters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ojalgo.random.scedasticity.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)
-