C# Class Accord.Statistics.Distributions.DensityKernels.GaussianKernel

Inheritance: IRadiallySymmetricKernel
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
Derivative ( double x ) : double

Computes the derivative of the kernel profile function.

Function ( double x ) : double

Computes the kernel density function.

GaussianKernel ( double constant ) : System

Initializes a new instance of the GaussianKernel class.

GaussianKernel ( int dimension ) : System

Initializes a new instance of the GaussianKernel class.

Profile ( double x ) : double

Computes the kernel profile function.

Method Details

Derivative() public méthode

Computes the derivative of the kernel profile function.
public Derivative ( double x ) : double
x double The point estimate x.
Résultat double

Function() public méthode

Computes the kernel density function.
public Function ( double x ) : double
x double The input point.
Résultat double

GaussianKernel() public méthode

Initializes a new instance of the GaussianKernel class.
public GaussianKernel ( double constant ) : System
constant double The normalization constant to use.
Résultat System

GaussianKernel() public méthode

Initializes a new instance of the GaussianKernel class.
public GaussianKernel ( int dimension ) : System
dimension int The desired dimension d.
Résultat System

Profile() public méthode

Computes the kernel profile function.
public Profile ( double x ) : double
x double The squared point estimate .
Résultat double