|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--statistic.distribution.GenericDistribution | +--statistic.distribution.GenericDiscreteDistribution | +--statistic.distribution.ServiceTimeDistribution | +--statistic.distribution.ChapeauSigmaAggregatedDistribution
Field Summary | |
SigmaAggregatedDistribution |
sigmaAgg
|
Fields inherited from class statistic.distribution.GenericDiscreteDistribution |
cdf |
Fields inherited from class statistic.distribution.GenericDistribution |
name, normalStandard, paramNames, params, paramsCount |
Fields inherited from interface statistic.RandomGenerator |
random |
Constructor Summary | |
ChapeauSigmaAggregatedDistribution(SigmaAggregatedDistribution sigmaAgg)
|
Method Summary | |
double |
cdf(int k)
Returns the value of the cumulative distribution function at x where x is an int |
GenericFunction |
getAutocorr()
To get autocorrelation function from sigma function |
static void |
main(java.lang.String[] args)
Methode: Main pour tester la classe |
double |
mean()
Method mean. |
Methods inherited from class statistic.distribution.ServiceTimeDistribution |
getFMAX, getSumCdf, initializeSumCdf, pdf, var |
Methods inherited from class statistic.distribution.GenericDiscreteDistribution |
cdf, getInitialisationStatus, getKMAX, pdf, rand, randInt, randIntFast, setInitialisationStatus |
Methods inherited from class statistic.distribution.GenericDistribution |
getName, getParam, getParamName, getParams, getParamsCount, getParamsNames, normalStandardCdf, setName, setParam, setParamName, setParams, setParamsCount, setParamsName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public SigmaAggregatedDistribution sigmaAgg
Constructor Detail |
public ChapeauSigmaAggregatedDistribution(SigmaAggregatedDistribution sigmaAgg)
Method Detail |
public double cdf(int k) throws java.lang.IllegalArgumentException
GenericDiscreteDistribution
cdf
in class ServiceTimeDistribution
java.lang.IllegalArgumentException
statistic.GenericDiscreteDistribution#cdf(int)
public double mean()
mean
in class ServiceTimeDistribution
statistic.GenericDistribution#mean()
public GenericFunction getAutocorr()
getAutocorr
in class ServiceTimeDistribution
ServiceTimeDistribution.getAutocorr()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |