Generate multivariate normal data

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

Ahora está siguiendo esta publicación

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.

Citar como

Calvin Price (2026). Generate multivariate normal data (https://la.mathworks.com/matlabcentral/fileexchange/25960-generate-multivariate-normal-data), MATLAB Central File Exchange. Recuperado .

Categorías

Más información sobre Random Number Generation en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión 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