Hi, I need to generate a Gaussian graph (bell curve) using a given average and standard deviation. How can this be completed in C#? If it can be completed in Classic ASP - even better :)
Thanks, Roman
Hi, I need to generate a Gaussian graph (bell curve) using a given average and standard deviation. How can this be completed in C#? If it can be completed in Classic ASP - even better :)
Thanks, Roman
Do you absolutely need to generate an image on the fly with Asp ? If not you might be looking at the silverlight/flash charts that already exists such as http://www.fusioncharts.com/ or http://www.amcharts.com/ ?
I would manually generate the values using the forumulas from this page then use Google Charts to render it on the client. This would work in C# or classic ASP.