Package | Description |
---|---|
jphase |
This package provides capabilities for modeling Phase type distributions.
|
Modifier and Type | Method and Description |
---|---|
FitResult |
FittingLEcuyer.fit(int n,
double[] d,
java.lang.String distribucion,
double p)
This method performs a GOF test and displays the result
|
FitResult |
FittingLEcuyer.fit(int n,
java.lang.String ruta,
java.lang.String distribucion,
double p)
This method performs a GOF test and displays the result
|
FitResult |
FittingLEcuyer.fitPhases(PhaseVarInfo var,
java.lang.String file,
int number,
double p)
This method performs a GOF test and displays the result
|
FitResult |
GeneratorLEcuyer.generar()
Generates the random variates according the class atributes
and returns a FitResults value
|