|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GUIPropertyDoubleTextField | |
---|---|
org.processmining.exporting.petrinet.cpnexport.HLImplementation.HLDistribution |
Uses of GUIPropertyDoubleTextField in org.processmining.exporting.petrinet.cpnexport.HLImplementation.HLDistribution |
---|
Constructors in org.processmining.exporting.petrinet.cpnexport.HLImplementation.HLDistribution with parameters of type GUIPropertyDoubleTextField | |
---|---|
HLBernoulliDistribution(GUIPropertyDoubleTextField probability)
Creates a bernoulli distribution based on an probability value |
|
HLBinomialDistribution(GUIPropertyIntegerTextField numberExperiments,
GUIPropertyDoubleTextField probability)
Creates a binomial distribution based on a number of experiments and a probability value |
|
HLConstantDistribution(GUIPropertyDoubleTextField constant)
Creates a constant distribution from an existing GUIPropertyDouble. |
|
HLErlangDistribution(GUIPropertyIntegerTextField n,
GUIPropertyDoubleTextField intensity)
Creates a erlang distribution based on a number of drawings and an intensity value |
|
HLExponentialDistribution(GUIPropertyDoubleTextField mean,
GUIPropertyDoubleTextField intensity)
Creates a negative exponential distribution based on an intensity value |
|
HLNormalDistribution(GUIPropertyDoubleTextField mean,
GUIPropertyDoubleTextField variance)
Creates a normal distribution from existing DoubleProperties. |
|
HLPoissonDistribution(GUIPropertyDoubleTextField intensity)
Creates a negative exponential distribution based on an intensity value. |
|
HLUniformDistribution(GUIPropertyDoubleTextField min,
GUIPropertyDoubleTextField max)
Creates a normal distribution based on a minimal and a maximal value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |