public class RGaussianKernelDistribution
extends org.apache.commons.math3.distribution.AbstractRealDistribution
Constructor and Description |
---|
RGaussianKernelDistribution() |
Modifier and Type | Method and Description |
---|---|
double |
cumulativeProbability(double x) |
double |
density(double x) |
double |
getNumericalMean() |
double |
getNumericalVariance() |
double |
getSupportLowerBound() |
double |
getSupportUpperBound() |
boolean |
isSupportConnected() |
boolean |
isSupportLowerBoundInclusive()
Deprecated.
|
boolean |
isSupportUpperBoundInclusive()
Deprecated.
|
public double density(double x)
public double cumulativeProbability(double x)
public double getNumericalMean()
public double getNumericalVariance()
public double getSupportLowerBound()
public double getSupportUpperBound()
@Deprecated public boolean isSupportLowerBoundInclusive()
@Deprecated public boolean isSupportUpperBoundInclusive()
public boolean isSupportConnected()