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 🙂
I need to generate a Gaussian graph (bell curve) using a given average and
Share
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.