PDA

View Full Version : standard deviation


EDSD20236
03-19-2003, 08:06 AM
For our laboratory application we often calculate the standard deviation.
The intrinsic function "standard-deviation" within AcuCobol calculates using the "biased" or "n" method.
Instead we would like to have an intrinsic function that calculates the standard deviation using the "nonbiased" or "n-1" method.
Is it possible that AcuCobol makes an intrinsic function for standard deviation using the "nonbiased" or "n-1" method?

greetings Ties van Valen