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>>>
where F: Float + NdFloat + LinalgScalar + Lapack,
Expand description

多変量正規分布からのサンプリング

引数

  • n: サンプリング数
  • mu: 平均
  • cov: 共分散行列