GaussianFunc

scalation.calculus.GaussianFunc
class GaussianFunc(a: Double, b: Double, c: Double)

The GaussianFunc class implements the Gaussian function, a generalization of the Gaussian/Normal distribution density function.

Value parameters

a

the height parameter of the Gaussian function

b

the position parameter of the Gaussian function

c

the width parameter of the Gaussian function

Attributes

See also

en.wikipedia.org/wiki/Gaussian_function

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def gaussianf(x: Double): Double

Return the value of the Gaussian function at x.

Return the value of the Gaussian function at x.

Value parameters

x

the domain value for the functional evaluation

Attributes