Java org.apache.commons.math3.analysis.function Gaussian fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.analysis.function Gaussian fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.analysis.function Gaussian.

The text is from its open source code.

Constructor

Gaussian()
Normalized gaussian with zero mean and unit standard deviation.
Gaussian(double mean, double sigma)
Normalized gaussian with given mean and standard deviation.
Gaussian(double norm, double mean, double sigma)
Gaussian with given normalization factor, mean and standard deviation.

Method