|
Computes the cumulative distribution function.
-
mu
:
vector
-
sigma
:
matrix
-
x
:
vector
-
Returns:
'a
|
|
Computes the mean.
-
mu
:
vector
-
sigma
:
matrix
-
Returns:
vector
|
|
Computes the probability density function.
-
mu
:
vector
-
sigma
:
matrix
-
x
:
vector
-
Returns:
float
|
|
Produces a random sample using the current random number generator (from GetSampleGenerator()).
-
mu
:
vector
-
sigma
:
matrix
-
Returns:
Vector<float>
|
|
Computes the standard deviation.
-
mu
:
vector
-
sigma
:
matrix
-
Returns:
'a
|
|
Computes the variance.
-
mu
:
vector
-
sigma
:
matrix
-
Returns:
'a
|
|
Initializes a multivariate normal distribution with mean mu and covariance matrix sigma
-
mu
:
vector
-
sigma
:
matrix
-
Returns:
Distribution<vector, vector>
|