edu.ucla.stat.SOCR.distributions
Class CauchyDistribution

java.lang.Object
  extended by edu.ucla.stat.SOCR.core.SOCRValueSettable
      extended by edu.ucla.stat.SOCR.core.Distribution
          extended by edu.ucla.stat.SOCR.distributions.StudentDistribution
              extended by edu.ucla.stat.SOCR.distributions.CauchyDistribution
All Implemented Interfaces:
IValueSettable, Pluginable, java.util.Observer

public class CauchyDistribution
extends StudentDistribution

This class models the Cauchy distribution


Field Summary
 
Fields inherited from class edu.ucla.stat.SOCR.core.Distribution
applet, CONTINUOUS, DISCRETE, MAXMGFXVAL, MAXMGFYVAL, MINMGFXVAL, MIXED, name
 
Constructor Summary
CauchyDistribution()
           
 
Method Summary
 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.
 
Methods inherited from class edu.ucla.stat.SOCR.distributions.StudentDistribution
getDegrees, getDensity, getMaxDensity, getMean, getSD, getVariance, inverseCDF, simulate, valueChanged
 
Methods inherited from class edu.ucla.stat.SOCR.core.Distribution
addObserver, 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, valueChanged
 
Methods inherited from class edu.ucla.stat.SOCR.core.SOCRValueSettable
createComponentSetter, createValueSetter, createValueSetter, createValueSetter, createValueSetter, getComponentSetter, getComponentSetters, getValueSetter, getValueSetters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CauchyDistribution

public CauchyDistribution()
Method Detail

initialize

public void initialize()
override just not let create valueSetters

Overrides:
initialize in class StudentDistribution

setDegrees

public void setDegrees(int n)
This method sets the degrees of freedom to 1.

Overrides:
setDegrees in class StudentDistribution

getCDF

public double getCDF(double x)
This method computes the CDF. This overrides the corresponding method in StudentDistribution.

Overrides:
getCDF in class StudentDistribution

getQuantile

public double getQuantile(double p)
This method computes the quantile function. This overrides the corresponding method in StudentDistribution.

Overrides:
getQuantile in class Distribution

getOnlineDescription

public java.lang.String getOnlineDescription()
This method returns an online description of this distribution.

Overrides:
getOnlineDescription in class StudentDistribution