Package | Description |
---|---|
p3j.misc.math | |
p3j.pppm.parameters | |
p3j.pppm.sets |
Modifier and Type | Method and Description |
---|---|
<V extends IStochasticOccurrence> |
RandomNumberChecks.checkProbabilitySetting(String name,
Collection<V> objects,
List<GeneratorError> errors)
Tries to repeat values before throwing an exceptions.
|
<V extends IStochasticOccurrence> |
RandomNumberChecks.chooseNormalizedRandomObject(Collection<V> objects,
james.core.math.random.generators.IRandom rand)
Choose random object if the sum of all probabilities is 100.
|
<V extends IStochasticOccurrence> |
RandomNumberChecks.chooseRandomObject(Collection<V> objects,
james.core.math.random.generators.IRandom rand)
Choose random object if the sum of all probabilities is 100.
|
protected <V extends IStochasticOccurrence> |
RandomNumberChecks.chooseRandomObject(Collection<V> objects,
james.core.math.random.generators.IRandom rand,
double overallProbSum)
Choose random entity based on a certain probability sum.
|
Modifier and Type | Method and Description |
---|---|
double |
RandomNumberChecks.getProbSum(Collection<? extends IStochasticOccurrence> objects)
Get the probability sum from a list of of
IStochasticOccurrence
instances. |
Modifier and Type | Class and Description |
---|---|
class |
ParameterAssignment
One assignment of a parameter instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Set
Represents a set in PPPM.
|
Copyright © 2012. All Rights Reserved.