Generate multivariate normal data

Generate sample data based on user defined correlations (not covariances).
816 Descargas
Actualizado 28 ene 2010

Ver licencia

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 (2025). Generate multivariate normal data (https://es.mathworks.com/matlabcentral/fileexchange/25960-generate-multivariate-normal-data), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2009a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Random Number Generation en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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