Returns the standard deviation from an array of numbers.
Rhino.Deviation (arrNumbers)
|
arrNumbers |
Required. Array. An array of numbers to analyze. |
|
Number |
The standard deviation if successful. |
|
Null |
If not successful, or on error. |
MsgBox Rhino.Deviation(Array(1,2,3,4,5,6,7,8,9))