C# Класс Accord.Statistics.Distributions.DensityKernels.UniformKernel

Наследование: IRadiallySymmetricKernel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Derivative() публичный Метод

Computes the derivative of the kernel profile function.
public Derivative ( double x ) : double
x double The point estimate x.
Результат double

Function() публичный Метод

Computes the kernel density function.
public Function ( double x ) : double
x double The input point.
Результат double

Profile() публичный Метод

Computes the kernel profile function.
public Profile ( double x ) : double
x double The point estimate x.
Результат double

UniformKernel() публичный Метод

Initializes a new instance of the UniformKernel class.
public UniformKernel ( ) : System
Результат System

UniformKernel() публичный Метод

Initializes a new instance of the UniformKernel class.
public UniformKernel ( double constant ) : System
constant double The normalization constant c.
Результат System