public interface DensityEstimator
extends weka.estimators.IncrementalEstimator
| Modifier and Type | Method and Description |
|---|---|
void |
addValues(double[] data,
double[] weight)
Adds a set ov values into the estimator
|
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
|
double getPDF(double x)
x - double getCDF(double x)
x - void addValues(double[] data,
double[] weight)
data - weight - double[] getValues()
double[] getWeights()
Copyright © 2020. All rights reserved.