|
IRadiallySymmetricKernelDerivative Method
|
Computes the derivative of the kernel profile function.
Namespace:
Accord.Statistics.Distributions.DensityKernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax double Derivative(
double x
)
Function Derivative (
x As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
The point estimate x.
Return Value
Type:
DoubleThe value of the derivative profile function at point
x.
See Also