Covariance terms using fitdist()
Mostrar comentarios más antiguos
Hello,
I'm using the following to produce a distribution:
a = random('normal',10,1.5,1e3,1); pd = fitdist(a,'normal');
The the field pd.ParameterCovariance is a 2x2. The pd.ParameterCovariance(1,1) is cov(a)/numel(a). What is the pd.ParameterCovariance(2,2) the covariance of? And how can I calculate this without using the fitdist() function?
Thank you for the help.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Half-Normal Distribution en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!