|
-
January 11th, 2000, 09:34 AM
#1
Standard Deviation
Hi ,
Do you know the Function name to calculate Standard Deviation?
Thanks
-
January 11th, 2000, 09:41 AM
#2
Re: Standard Deviation
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.
-
January 11th, 2000, 04:05 PM
#3
Re: Standard Deviation
See http://www.freevbcode.com/ShowCode.ASP?ID=15 for code that calculates the standard deviation of elements in an array.
-
January 26th, 2000, 10:55 AM
#4
Re: Standard Deviation
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|