public class CauchyDistribution extends StudentDistribution
applet, CONTINUOUS, DISCRETE, MAXMGFXVAL, MAXMGFYVAL, MINMGFXVAL, MIXED, name| Constructor and Description |
|---|
CauchyDistribution() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCDF(double x)
This method computes the CDF.
|
java.lang.String |
getOnlineDescription()
This method returns an online description of this distribution.
|
double |
getQuantile(double p)
This method computes the quantile function.
|
void |
initialize()
override just not let create valueSetters
|
void |
setDegrees(int n)
This method sets the degrees of freedom to 1.
|
getDegrees, getDensity, getMaxDensity, getMean, getSD, getVariance, inverseCDF, simulate, valueChangedaddObserver, betaCDF, comb, factorial, findGFRoot, findRoot, gamma, gammaCDF, getDisplayPane, getDomain, getFailureRate, getGFDerivative, getGFSecondDerivative, getInstance, getLocalHelp, getMean, getMedian, getMGF, getMgfDomain, getName, getPGF, getPGFDomain, getSampleMoment, getSOCRDistributionFunctors, getSOCRDistributions, getType, getVariance, logGamma, paramEstimate, perm, sampleMean, sampleVar, setApplet, setDomain, setDomain, setMGFDomain, setMGFDomain, setMGFParameters, setMGFParameters, setMGFParameters, setMGFParameters, setParameters, setPGFDomain, setPGFDomain, setPGFParameters, setPGFParameters, setPGFParameters, setPGFParameters, update, valueChangedcreateComponentSetter, createValueSetter, createValueSetter, createValueSetter, createValueSetter, getComponentSetter, getComponentSetters, getValueSetter, getValueSetterspublic void initialize()
initialize in class StudentDistributionpublic void setDegrees(int n)
setDegrees in class StudentDistributionpublic double getCDF(double x)
getCDF in class StudentDistributionpublic double getQuantile(double p)
getQuantile in class Distributionpublic java.lang.String getOnlineDescription()
getOnlineDescription in class StudentDistribution