org.ojalgo.random
Class Deterministic
java.lang.Object
java.lang.Number
org.ojalgo.random.RandomNumber
org.ojalgo.random.Deterministic
- All Implemented Interfaces:
- Serializable, Function<Double>, NullaryFunction<Double>, Distribution
public class Deterministic
- extends RandomNumber
- Author:
- apete
- See Also:
- Serialized Form
|
Method Summary |
double |
getExpected()
|
double |
getStandardDeviation()
Subclasses must override either getStandardDeviation() or getVariance()! |
double |
getVariance()
Subclasses must override either getStandardDeviation() or getVariance()! |
Deterministic
public Deterministic(double aValue)
Deterministic
public Deterministic(Number aValue)
getExpected
public double getExpected()
getStandardDeviation
public double getStandardDeviation()
- Description copied from class:
RandomNumber
- Subclasses must override either getStandardDeviation() or getVariance()!
- Specified by:
getStandardDeviation in interface Distribution- Overrides:
getStandardDeviation in class RandomNumber
- See Also:
Distribution.getStandardDeviation(),
Distribution.getVariance()
getVariance
public double getVariance()
- Description copied from class:
RandomNumber
- Subclasses must override either getStandardDeviation() or getVariance()!
- Specified by:
getVariance in interface Distribution- Overrides:
getVariance in class RandomNumber
- See Also:
Distribution.getStandardDeviation(),
Distribution.getVariance()