Click to See Complete Forum and Search --> : Standard Deviation


Kathy
January 11th, 2000, 08:34 AM
Hi ,

Do you know the Function name to calculate Standard Deviation?

Thanks

Lothar Haensler
January 11th, 2000, 08:41 AM
AFAIK VB does not have a builtin function for calculating the standard deviation.
You could use Excel's STDEV function via automation or use the code in MSDN article Q111727 to calculate the standard deviation yourself.

czimmerman
January 11th, 2000, 03:05 PM
See http://www.freevbcode.com/ShowCode.ASP?ID=15 for code that calculates the standard deviation of elements in an array.

Nparag
January 26th, 2000, 09:55 AM
Can you please elaborate on how do i use excel's standard deviation function through automation
I am also doing some mathematical model in which i need to calculate the standard deviation.

thanks