|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Cauchy Distribution.
Instances of CauchyDistribution objects should be created using
DistributionFactory.createCauchyDistribution(double, double).
References:
| Method Summary | |
double |
getMedian()
Access the median. |
double |
getScale()
Access the scale parameter. |
void |
setMedian(double median)
Modify the median. |
void |
setScale(double s)
Modify the scale parameter. |
| Methods inherited from interface org.apache.commons.math.distribution.ContinuousDistribution |
inverseCumulativeProbability |
| Methods inherited from interface org.apache.commons.math.distribution.Distribution |
cumulativeProbability, cumulativeProbability |
| Method Detail |
public double getMedian()
public double getScale()
public void setMedian(double median)
median - for this distributionpublic void setScale(double s)
s - scale parameter for this distribution
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||