Hello,
Can anyone help me with the code for calculating a standard deviation for an array of type double? I'm no good with maths at all!
inputarray(0-20) = Double type values to calculate S.D on (eg: 2.0120)
outputarray(0-20) = Would be the values for 1 S.D of inputarray
Many thanks for any help you can provide,
Alex
Can anyone help me with the code for calculating a standard deviation for an array of type double? I'm no good with maths at all!
inputarray(0-20) = Double type values to calculate S.D on (eg: 2.0120)
outputarray(0-20) = Would be the values for 1 S.D of inputarray
Many thanks for any help you can provide,
Alex
Comment