CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Posts
    154

    Any good tuts on Statistics C# ???

    I am doing a population growth simulation in C# - any good tutorials or learning series on working with statical information???

    I want to have a large population number, and create groups out of it by age, health, education, and finance and simulate a growth patter based on a set trajectory - I am wondering what the best approach is

  2. #2
    Join Date
    Jun 1999
    Posts
    153

    Re: Any good tuts on Statistics C# ???

    Not a direct answer to your question but you may find Math.Net and Solver Foundation useful.
    Kevin

  3. #3
    Join Date
    Jun 2008
    Posts
    154

    Re: Any good tuts on Statistics C# ???

    ooooh 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