public final class Normal1D extends Object
| Constructor and Description | 
|---|
Normal1D(Access1D<?> locations,
        Access2D<?> covariances)  | 
| Modifier and Type | Method and Description | 
|---|---|
Array1D<Double> | 
doubleValue()  | 
Array1D<Double> | 
getExpected()  | 
Array1D<Double> | 
getStandardDeviation()
Subclasses must override either getStandardDeviation() or getVariance()! 
 | 
Array1D<Double> | 
getVariance()
Subclasses must override either getStandardDeviation() or getVariance()! 
 | 
protected Random1D | 
random()  | 
public Array1D<Double> getStandardDeviation()
public Array1D<Double> getVariance()
protected final Random1D random()
Copyright © 2018 Optimatika. All rights reserved.