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