public class MaxwellDistribution extends Distribution
applet, CONTINUOUS, DISCRETE, MAXMGFXVAL, MAXMGFYVAL, MINMGFXVAL, MIXED, name| Constructor and Description |
|---|
MaxwellDistribution()
This special constructor creates a new Maxwell distribution with radius 1
|
MaxwellDistribution(double a)
This general constructor creates a new Maxwell distribution.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDensity(double x)
This method computes the getDensity function.
|
double |
getMean()
This method computes the mean
|
double |
getMGF(double t)
Computes the moment generating function in closed form for a
parameter t which lies in the domain of the distribution.
|
java.lang.String |
getOnlineDescription()
This method returns an online description of this distribution.
|
double |
getParameter()
This method returns the radius parameter.
|
double |
getVariance()
This method computes the variance
|
void |
initialize()
used for some subclass to initialize before being used
|
void |
setParameter(double _a)
This method sets the radius parameter
|
void |
valueChanged() |
addObserver, betaCDF, comb, factorial, findGFRoot, findRoot, gamma, gammaCDF, getCDF, getDisplayPane, getDomain, getFailureRate, getGFDerivative, getGFSecondDerivative, getInstance, getLocalHelp, getMaxDensity, getMean, getMedian, getMgfDomain, getName, getPGF, getPGFDomain, getQuantile, getSampleMoment, getSD, getSOCRDistributionFunctors, getSOCRDistributions, getType, getVariance, inverseCDF, logGamma, paramEstimate, 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 MaxwellDistribution(double a)
public MaxwellDistribution()
public void initialize()
Distributioninitialize in class Distributionpublic void valueChanged()
valueChanged in class Distributionpublic void setParameter(double _a)
public double getDensity(double x)
getDensity in class Distributionpublic double getMean()
getMean in class Distributionpublic double getVariance()
getVariance in class Distributionpublic double getParameter()
public double getMGF(double t)
getMGF in class Distributionpublic java.lang.String getOnlineDescription()
getOnlineDescription in class Distribution