Uses of Class
bb.science.GaussianFit

Packages that use GaussianFit
bb.science Provides classes and interfaces for mathematical and scientific programming. 
 

Uses of GaussianFit in bb.science
 

Methods in bb.science that return GaussianFit
static GaussianFit Math2.gaussianFit(double[] numbers)
          Determines that Gaussian (i.e. normal) probability density function (PDF) which best fits numbers.