Logo

Programming-Idioms

History of Idiom 203 > diff from v4 to v5

Edit summary for version 5 by programming-idioms.org:
Rephrase statement. Add keywords.

Version 4

2019-10-02, 01:16:27

Version 5

2019-11-01, 15:03:49

Idiom #203 Calculate mean and standarddeviation

Calaculate m, the mean and s, the standard deviation of data, an array of floating point values.

Idiom #203 Calculate mean and standarddeviation

Calculate the mean m and the standard deviation s of the list of floating point values data.

Extra Keywords
avg average variance