Multivariate normal distribution

Multivariate normal defined my mean vector and covariance matrix.

parameters (list[str])

Names of parameters.

Default: This value has no default and must be provided

mean (list[float])

Vector of mean values for each parameter.

Default: This value has no default and must be provided

covariance (list[list[float]])

Covariance matrix between parameter values.

Default: This value has no default and must be provided