photo

Nikos Lambadakis


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to calculate mean and variance?
A=rand(1000,1); %your array sum((A(1:end)-sum(A(1:end))./length(A)).^2)/(length(A)-1) % the same result as % var(A) var(A) =...

2 years ago | 0