CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 1999
    Posts
    45

    Standard Deviation

    Hi ,

    Do you know the Function name to calculate Standard Deviation?

    Thanks


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    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.


  3. #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.


  4. #4
    Join Date
    Nov 1999
    Location
    India
    Posts
    10

    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
  •  





Click Here to Expand Forum to Full Width

Featured