Method Gaussian
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Fundamentals.dll
Gaussian(double, double, double, double)
Calculates the Gaussian value as per the formula described at http://en.wikipedia.org/wiki/Gaussian_function
public static double Gaussian(double x, double a, double b, double c)
Parameters
Returns
Remarks
f(x) = a * e^(-(x-b)^2 / 2*c^2)