KernelDensityGaussianKernel Method |
A Gaussian kernel (PDF of Normal distribution with mean 0 and variance 1).
This kernel is the default.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double GaussianKernel(
double x
)
Parameters
- x Double
- The standardized input value.
Return Value
DoubleThe Gaussian kernel value at
x.
See Also