Package | Description |
---|---|
jphase |
This package provides capabilities for modeling Phase type distributions.
|
jphase.distributions | |
jphase.values |
Modifier and Type | Field and Description |
---|---|
IDistribution |
GeneratorLEcuyer.distribucion
Current distribution to be generated
|
Modifier and Type | Method and Description |
---|---|
IDistribution |
GeneratorLEcuyer.darDistribucion(java.lang.String distT,
java.util.ArrayList<java.lang.Double> paramatros) |
IDistribution |
GeneratorLEcuyer.getDistribucion() |
Modifier and Type | Method and Description |
---|---|
void |
GeneratorLEcuyer.setDistribucion(IDistribution Xdistribucion) |
Modifier and Type | Class and Description |
---|---|
class |
EDistribution
This is an abstract class that implements
some of the methods that define a distribution
|
Modifier and Type | Method and Description |
---|---|
IDistribution |
DistributionManager.darDistribucion(java.lang.String distribucion,
java.util.ArrayList<java.lang.Double> parametros)
Returns the distribution given the name and the distribution
|
Modifier and Type | Method and Description |
---|---|
IDistribution |
FitResult.getDistribucion() |
Modifier and Type | Method and Description |
---|---|
void |
FitResult.setDistribucion(IDistribution distribucion) |
Constructor and Description |
---|
FitResult(double sqrError,
double chi2,
double ks,
int groups,
java.lang.String nombre,
IDistribution distribucion,
double[] data,
double p) |