How do I generate random n-d vector samples from Multivariate Normal Distribution?

1 回表示 (過去 30 日間)
George Carlisle
George Carlisle 2016 年 3 月 2 日
The function should have form:
[v] = sample_from_norrnal(m,EVecs,EVals)
Where m is the mean vector, EVecs is a matrix containing the eigenvectors of the covariance matrix and EVals is a vector containing the eigenvalues of the covariance matrix. (Hint: Generate a vector of samples from a unit normal distribution, scale the elements by sqrt(Evals) multiply by EVecs (to rotate the axes), then add the mean)

回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by