public class WeightedKernelEstimator extends AbstractKernelEstimator
| Constructor and Description |
|---|
WeightedKernelEstimator() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCDF(double x)
Gets Cumulative Density Function for given x
|
double |
getPDF(double x)
Gets Probability Density Function for given x
|
double[] |
getValues()
Get values added to the estimator
|
double[] |
getWeights()
Get weights of the stored values/samples
|
addValue, addValues, bandwidthTipText, getBandwidth, getKernel, getOptions, kernelTipText, listOptions, setBandwidth, setKernel, setOptions, toStringpublic double getPDF(double x)
DensityEstimatorpublic double getCDF(double x)
DensityEstimatorpublic double[] getValues()
DensityEstimatorpublic double[] getWeights()
DensityEstimatorCopyright © 2020. All rights reserved.