.. _MultivariateNormal2: Multivariate normal distribution -------------------------------- Multivariate normal defined my mean vector and covariance matrix. .. _BayesianOptimization.parameter_distribution.mvn.parameters: parameters (list[str]) """""""""""""""""""""" Names of parameters. Default: This value has no default and must be provided .. _BayesianOptimization.parameter_distribution.mvn.mean: mean (list[float]) """""""""""""""""" Vector of mean values for each parameter. Default: This value has no default and must be provided .. _BayesianOptimization.parameter_distribution.mvn.covariance: covariance (list[list[float]]) """""""""""""""""""""""""""""" Covariance matrix between parameter values. Default: This value has no default and must be provided