public class VonMisesDistribution extends Distribution
applet, CONTINUOUS, DISCRETE, MAXMGFXVAL, MAXMGFYVAL, MINMGFXVAL, MIXED, name| Constructor and Description |
|---|
VonMisesDistribution()
This default constructor creates a new Von Mises distribuiton on (0, 1).
|
VonMisesDistribution(double mu,
double k)
This general constructor creates a new Von Mises distribution on a specified interval.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDensity(double x)
This method computes the density function.
|
double |
getK() |
double |
getMaxDensity()
This method computes the maximum value of the getDensity function.
|
double |
getMaxValue()
This method returns the maximum value.
|
double |
getMean()
This method computes the mean.
|
double |
getMinValue()
This method gets the minimum value.
|
java.lang.String |
getOnlineDescription()
This method returns an online description of this distribution.
|
double |
getSD()
This method computes the Standard Diviation
|
double |
getVariance()
This method computes the variance.
|
double |
I0(double x)
This method Calls the Bessel Function defined in
edu.ucla.stat.SOCR.util.BesselFunction
|
double |
I1(double x)
This method Calls the Bessel Function defined in
edu.ucla.stat.SOCR.util.BesselFunction
|
void |
initialize()
used for some subclass to initialize before being used
|
void |
paramEstimate(double[] distData) |
void |
setParameters(double mu,
double k)
This method sets the parameters: the minimum and maximum values of the
interval.
|
void |
valueChanged(java.util.Observable o,
java.lang.Object arg) |
addObserver, betaCDF, comb, factorial, findGFRoot, findRoot, gamma, gammaCDF, getCDF, getDisplayPane, getDomain, getFailureRate, getGFDerivative, getGFSecondDerivative, getInstance, getLocalHelp, getMean, getMedian, getMGF, getMgfDomain, getName, getPGF, getPGFDomain, getQuantile, getSampleMoment, getSOCRDistributionFunctors, getSOCRDistributions, getType, getVariance, inverseCDF, logGamma, perm, sampleMean, sampleVar, setApplet, setDomain, setDomain, setMGFDomain, setMGFDomain, setMGFParameters, setMGFParameters, setMGFParameters, setMGFParameters, setParameters, setPGFDomain, setPGFDomain, setPGFParameters, setPGFParameters, setPGFParameters, setPGFParameters, simulate, update, valueChangedcreateComponentSetter, createValueSetter, createValueSetter, createValueSetter, createValueSetter, getComponentSetter, getComponentSetters, getValueSetter, getValueSetterspublic VonMisesDistribution(double mu,
double k)
public VonMisesDistribution()
public void initialize()
Distributioninitialize in class Distributionpublic void valueChanged(java.util.Observable o,
java.lang.Object arg)
valueChanged in class Distributionpublic void setParameters(double mu,
double k)
public double getDensity(double x)
getDensity in class Distributionpublic double getMaxDensity()
getMaxDensity in class Distributionpublic double getMean()
getMean in class Distributionpublic double getVariance()
getVariance in class Distributionpublic double I0(double x)
public double I1(double x)
public double getSD()
getSD in class Distributionpublic double getMinValue()
public double getMaxValue()
public java.lang.String getOnlineDescription()
getOnlineDescription in class Distributionpublic void paramEstimate(double[] distData)
paramEstimate in class Distributionpublic double getK()