Class RGaussianKernelDistribution
- java.lang.Object
-
- org.apache.commons.math3.distribution.AbstractRealDistribution
-
- org.processmining.plugins.stochasticpetrinet.distribution.RGaussianKernelDistribution
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.commons.math3.distribution.RealDistribution
public class RGaussianKernelDistribution extends org.apache.commons.math3.distribution.AbstractRealDistribution- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RGaussianKernelDistribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description doublecumulativeProbability(double x)doubledensity(double x)doublegetNumericalMean()doublegetNumericalVariance()doublegetSupportLowerBound()doublegetSupportUpperBound()booleanisSupportConnected()booleanisSupportLowerBoundInclusive()Deprecated.booleanisSupportUpperBoundInclusive()Deprecated.
-
-
-
Method Detail
-
density
public double density(double x)
-
cumulativeProbability
public double cumulativeProbability(double x)
-
getNumericalMean
public double getNumericalMean()
-
getNumericalVariance
public double getNumericalVariance()
-
getSupportLowerBound
public double getSupportLowerBound()
-
getSupportUpperBound
public double getSupportUpperBound()
-
isSupportLowerBoundInclusive
@Deprecated public boolean isSupportLowerBoundInclusive()
Deprecated.
-
isSupportUpperBoundInclusive
@Deprecated public boolean isSupportUpperBoundInclusive()
Deprecated.
-
isSupportConnected
public boolean isSupportConnected()
-
-