public interface ChiSquaredDistribution extends ContinuousDistribution, HasDensity<java.lang.Double>
References:
Modifier and Type | Method and Description |
---|---|
double |
density(java.lang.Double x)
Return the probability density for a particular point.
|
double |
getDegreesOfFreedom()
Access the degrees of freedom.
|
void |
setDegreesOfFreedom(double degreesOfFreedom)
Deprecated.
as of v2.1
|
inverseCumulativeProbability
cumulativeProbability, cumulativeProbability
@Deprecated void setDegreesOfFreedom(double degreesOfFreedom)
degreesOfFreedom
- the new degrees of freedom.double getDegreesOfFreedom()
double density(java.lang.Double x)
density
in interface HasDensity<java.lang.Double>
x
- The point at which the density should be computed.Copyright © 2010 - 2020 Adobe. All Rights Reserved