Package org.ojalgo.random
Class AbstractDistribution1D
java.lang.Object
org.ojalgo.random.AbstractDistribution1D
- All Implemented Interfaces:
Distribution1D
- Direct Known Subclasses:
Normal1D
-
Field Details
-
myRandom
-
-
Constructor Details
-
AbstractDistribution1D
-
-
Method Details
-
getStandardDeviation
Subclasses must override either getStandardDeviation() or getVariance()!- Specified by:
getStandardDeviation
in interfaceDistribution1D
- See Also:
-
getVariance
Subclasses must override either getStandardDeviation() or getVariance()!- Specified by:
getVariance
in interfaceDistribution1D
- See Also:
-
random
-