Function myml::normal::multivariate_normal_sample
source · pub fn multivariate_normal_sample<F>(
n: usize,
mu: ArrayView<'_, F, Ix1>,
cov: ArrayView<'_, F, Ix2>,
) -> Option<Vec<Array<F, Ix1>>>Expand description
多変量正規分布からのサンプリング
引数
n: サンプリング数mu: 平均cov: 共分散行列