public class OrderStatisticDistribution extends Distribution
applet, CONTINUOUS, DISCRETE, MAXMGFXVAL, MAXMGFYVAL, MINMGFXVAL, MIXED, name
Constructor and Description |
---|
OrderStatisticDistribution() |
OrderStatisticDistribution(Distribution d,
int n,
int k)
General constructor: creates a new order statistic distribution
corresponding to a specified sampling distribution, sample size, and
order
|
Modifier and Type | Method and Description |
---|---|
double |
getCDF(double x)
Cumulative distribution function
|
double |
getDensity(double x)
Density function
|
void |
setParameters(Distribution d,
int n,
int k)
Set the parameters: the sampling distribution, sample size, and order
|
addObserver, betaCDF, comb, factorial, findGFRoot, findRoot, gamma, gammaCDF, getDisplayPane, getDomain, getFailureRate, getGFDerivative, getGFSecondDerivative, getInstance, getLocalHelp, getMaxDensity, getMean, getMean, getMedian, getMGF, getMgfDomain, getName, getOnlineDescription, getPGF, getPGFDomain, getQuantile, getSampleMoment, getSD, getSOCRDistributionFunctors, getSOCRDistributions, getType, getVariance, getVariance, initialize, inverseCDF, logGamma, paramEstimate, perm, sampleMean, sampleVar, setApplet, setDomain, setDomain, setMGFDomain, setMGFDomain, setMGFParameters, setMGFParameters, setMGFParameters, setMGFParameters, setParameters, setPGFDomain, setPGFDomain, setPGFParameters, setPGFParameters, setPGFParameters, setPGFParameters, simulate, update, valueChanged, valueChanged
createComponentSetter, createValueSetter, createValueSetter, createValueSetter, createValueSetter, getComponentSetter, getComponentSetters, getValueSetter, getValueSetters
public OrderStatisticDistribution(Distribution d, int n, int k)
public OrderStatisticDistribution()
public void setParameters(Distribution d, int n, int k)
public double getDensity(double x)
getDensity
in class Distribution
public double getCDF(double x)
getCDF
in class Distribution