asp.net - Generate a normal distribution graph using C# -


i need generate gaussian graph (bell curve) using given average , standard deviation. how can completed in c#? if can completed in classic asp - better :)

i manually generate values using forumulas this page use google charts render on client. work in c# or classic asp.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -