| Package | Description |
|---|---|
| weka.estimators.density | |
| weka.estimators.density.bandwidthFinders | |
| weka.estimators.density.tools |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KernelDensityEstimator
An interface for Kernel Density Estimator
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKernelEstimator
Abstract Class for kernel density estimators
|
class |
BandwidthSelectionKernelEstimator
Kernel estimator with automatic bandwidth selection
|
class |
BoundedEstimator
Estimator with boundary correction based on the reflection approach
|
class |
CachedEstimator
Estimator with cached values of PDFs and CDFs.
|
class |
SimpleKernelEstimator
Simple kernel estimator
|
class |
WeightedKernelEstimator
Weighted kernel estimator
|
| Modifier and Type | Method and Description |
|---|---|
DensityEstimator |
CachedEstimator.getDensEstim() |
DensityEstimator |
BoundedEstimator.getKernEstim() |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedEstimator.setDensEstim(DensityEstimator densEstim) |
void |
BoundedEstimator.setKernEstim(DensityEstimator densityEstimator) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaximalSmoothingPrincipleBandwidthSelectionKernel
The class implements bandwidth selection using Maximal Smoothing principle.
|
class |
SilvermanBandwidthSelectionKernel
Implements Silverman's bandwidth selection rule
|
class |
SimpleBandwidthFinder |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
ROIFinder.findRoi(DensityEstimator estim,
double lowerSearchBound,
double upperSearchBound,
int numSamples)
Finds Region of Interest -- region with non-zero PDF
|
static double |
DensityEstimatorProps.getCentralMoment(DensityEstimator estim,
double lower,
double upper,
double order) |
static double |
DensityEstimatorProps.getExpectedValue(DensityEstimator estim,
double lower,
double upper) |
static double |
DensityEstimatorProps.getMoment(DensityEstimator estim,
double lower,
double upper,
double order) |
static double |
DensityEstimatorProps.getSecMoment(DensityEstimator estim,
double lower,
double upper) |
static double |
DensityEstimatorProps.getStandarizedMoment(DensityEstimator estim,
double lower,
double upper,
double order) |
static double |
DensityEstimatorProps.getVariance(DensityEstimator estim,
double lower,
double upper) |
Copyright © 2020. All rights reserved.