Feature #2322
closed
[PATCH] Add standard deviation function to Math Module
Added by danielc192 (Daniel Cohen) about 15 years ago.
Updated over 12 years ago.
Description
=begin
This patch adds a Standard Deviation function to the Math Module. It takes an array and finds the standard deviation of all its elements, as long as they are numbers.
=end
Files
- Target version set to 2.0.0
- Description updated (diff)
- Assignee set to mrkn (Kenta Murata)
- Status changed from Open to Assigned
- Status changed from Assigned to Rejected
Why do we need to specially treat the 2nd central moment, that is standard deviation, than the other nth moment, such as skewness (3rd) and kurtosis (4th)?
You can use NArray for that reason. See http://narray.rubyforge.org/index.html.en
Also available in: Atom
PDF
Like0
Like0Like0Like0Like0