calculate Standard deviation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Quentin

    calculate Standard deviation

    How would I calculate standard deviation of a csv file? Any code
    examples would be great!

    Thank you!

  • Dick Grier

    #2
    Re: calculate Standard deviation

    Hi,

    Code for this is fairly straight forward (naturally, you have to read the
    CSV file into some sort of structure, the do the arithmetic); any Statistics
    book, or Wikapedia, with give you the actual steps that you can translate
    into code. However, there is a free library that you might want to look at:


    There probably are others -- this is one that I have seen.

    Dick

    --
    Richard Grier, MVP
    Hard & Software
    Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
    Edition,
    ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
    2006.
    See www.hardandsoftware.net for details and contact information.


    Comment

    • Spam Catcher

      #3
      Re: calculate Standard deviation

      Quentin <quinn.willough by@gmail.comwro te in news:1179942856 .690736.117300
      @o5g2000hsb.goo glegroups.com:
      How would I calculate standard deviation of a csv file? Any code
      examples would be great!
      There are a couple .NET math libraries out there.

      Also take a look at "FileHelper s Library". It's an open source text file
      parsing library. Lots of helper classes to parse CSV files.

      Comment

      Working...