public interface Distribution extends CentralMomentsGettable, java.io.Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
Distribution.Type |
Modifier and Type | Method and Description |
---|---|
Matrix |
getRandomRealization()
This method draws a random realization from the distribution.
|
Distribution.Type |
getType()
This method returns the type of the distribution.
|
boolean |
isMultivariate()
This method returns true if the GaussianFunction instance is multivariate.
|
boolean |
isParametric()
This method returns true if the distribution is parametric or false otherwise.
|
default boolean |
isUnivariate()
Returns true if the GaussianFunction instance is univariate.
|
getMean, getVariance
boolean isParametric()
boolean isMultivariate()
default boolean isUnivariate()
Distribution.Type getType()
Matrix getRandomRealization()