photo

Nikos Lambadakis


Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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) =...

plus de 2 ans il y a | 0