Generate multivariate normal data

Generate sample data based on user defined correlations (not covariances).

您现在正在关注此提交

Generates a sample of observations having user defined correlation matrix R. Optionally, the user may also define the means and variances. If unspecified, these two arguments will default to a mean vector of zeros and variance vector of ones.

引用格式

Calvin Price (2026). Generate multivariate normal data (https://ww2.mathworks.cn/matlabcentral/fileexchange/25960-generate-multivariate-normal-data), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Random Number Generation 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0.0

Means and variances are now optional inputs. Number of variables is no longer an input, but is simply inferred from size of correlation matrix.

1.0.0.0