Variance function in matlab
Show older comments
The variance function in matlab "var" by default normalizes V by N-1 if N>1, where N is the sample size
If I want to normalize by the sampel size "N" NOT N-1, is it right to use:
V = var(X,1)
if I were to normalize by the sample size "N"?
Regards
Ajay
Accepted Answer
More Answers (0)
Categories
Find more on Random Number Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!