varianceMLE(a)

Returns the maximum likelihood estimate of the variance of the values stored in array a.

varianceMLE(A)

Returns an array with the maximum likelihood estimate of the variance of each column in matrix A.


See also variance mean skew kurtosis 


Example


a = ( 1, 2, 3, 4, 4, 5, 5, 5, 5, 8 );

varianceMLE( a )

3.36