Problem 45779. Variance computation (★★★)
Given a vector x with several values, compute the variance, whose formula is given by:
where x1, x2, ...., xn are the n elements of the vector x, and μ is the average of the vector x.
For example, if
x = [-1, 3, 5, -4, 10, 12]
Then μ=4.16667 the variance is 38.16667. The following commands are forbidden: std, var, mean, for, while.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers35
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6659 Solvers
-
1215 Solvers
-
1226 Solvers
-
Replace every 3rd element in a vector with 4
263 Solvers
-
Create a vector of n alternating ones and zeros (★★)
114 Solvers
More from this Author52
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!