Packages

c

scalation.calculus

GaussianFunc

class GaussianFunc extends AnyRef

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

See also

en.wikipedia.org/wiki/Gaussian_function

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GaussianFunc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GaussianFunc(a: Double, b: Double, c: Double)

    a

    the height parameter of the Gaussian function

    b

    the position parameter of the Gaussian function

    c

    the width parameter of the Gaussian function

Value Members

  1. def gaussianf(x: Double): Double

    Return the value of the Gaussian function at x.

    Return the value of the Gaussian function at x.

    x

    the domain value for the functional evaluation