Package org.ojalgo.random
Class Normal1D
java.lang.Object
org.ojalgo.random.AbstractDistribution1D
org.ojalgo.random.Normal1D
- All Implemented Interfaces:
Distribution1D
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Access2D
<?> correlations
(Access2D<?> covariances) Subclasses must override either getStandardDeviation() or getVariance()!Methods inherited from class org.ojalgo.random.AbstractDistribution1D
getVariance, random
-
Field Details
-
myLocations
-
myScales
-
-
Constructor Details
-
Normal1D
-
Normal1D
-
-
Method Details
-
correlations
-
doubleValue
-
getExpected
-
getStandardDeviation
Description copied from class:AbstractDistribution1D
Subclasses must override either getStandardDeviation() or getVariance()!- Specified by:
getStandardDeviation
in interfaceDistribution1D
- Overrides:
getStandardDeviation
in classAbstractDistribution1D
- See Also:
-