JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
ojalgo
Package
org.ojalgo.random
Interface Distribution1D
All Known Implementing Classes:
Normal1D
public interface
Distribution1D
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Array1D
<
Double
>
getExpected
()
Array1D
<
Double
>
getStandardDeviation
()
Array1D
<
Double
>
getVariance
()
Method Details
getExpected
Array1D
<
Double
>
getExpected
()
getStandardDeviation
Array1D
<
Double
>
getStandardDeviation
()
getVariance
Array1D
<
Double
>
getVariance
()