Method | 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.
|
public Derivative ( double x ) : double | ||
x | double | The point estimate |
return | double |
public Function ( double x ) : double | ||
x | double | The input point. |
return | double |
public GaussianKernel ( double constant ) : System | ||
constant | double | The normalization constant to use. |
return | System |
public GaussianKernel ( int dimension ) : System | ||
dimension | int | The desired dimension |
return | System |
public Profile ( double x ) : double | ||
x | double | The squared point estimate |
return | double |