Gaussian fit in C#
问题 In a project I'm working on I need to obtain a Gaussian fit from a set of points - needing mean and variance for some processing, and possibly an error degree (or accuracy level) to let me figure out if the set of points really have a normal distribution. I've found this question but it is limited to 3 points only - whereas I need a fit that can work with any number of points. What I need is similar to the labview Gaussian Peak Fit I have looked at mathdotnet and aforge.net (using both in the