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

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.

Profile ( double x ) : double

Computes the kernel profile function.

UniformKernel ( ) : System

Initializes a new instance of the UniformKernel class.

UniformKernel ( double constant ) : System

Initializes a new instance of the UniformKernel class.

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

Profile() public méthode

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

UniformKernel() public méthode

Initializes a new instance of the UniformKernel class.
public UniformKernel ( ) : System
Résultat System

UniformKernel() public méthode

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