Feeds
提问
How can I calculate the standard deviation of a LARGE set of values without using the' std' or 'mean' commands?
I tried entering endStandDevx = sqrt(sum((x-(AvgX))).^2/(length(x)) (since we can't use mean I found the average by...
9 years 前 | 2 个回答 | 0
