Modifier and Type | Class and Description |
---|---|
class |
ProbabilityError
An exception that represents an error with a set of probabilities.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<GeneratorError> |
ParameterAssignmentSet.adjustProbability()
Adjusts probability using the
RandomNumberChecks singleton. |
Modifier and Type | Method and Description |
---|---|
protected org.jamesii.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> |
SingleExecution.chooseAssignment(IParamAssignmentGenerator generator,
org.jamesii.core.math.random.generators.IRandom rng)
Lets the
IParamAssignmentGenerator choose a valid assignment and
sets up all auxiliary data structures according to this. |
org.jamesii.core.util.misc.Pair<ExecutionSummary,List<GeneratorError>> |
SingleExecution.execute(IParamAssignmentGenerator generator)
Sets up and executes a single variable assignment for the PPPM.
|
Modifier and Type | Method and Description |
---|---|
org.jamesii.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> |
ExhaustiveAssignmentGenerator.chooseParamAssignments(org.jamesii.core.math.random.generators.IRandom random) |
Modifier and Type | Method and Description |
---|---|
org.jamesii.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> |
IParamAssignmentGenerator.chooseParamAssignments(org.jamesii.core.math.random.generators.IRandom random)
This is the main execution method for PPPM simulators/analysers.
|
Modifier and Type | Method and Description |
---|---|
org.jamesii.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> |
RandomParamAssignmentGenerator.chooseParamAssignments(org.jamesii.core.math.random.generators.IRandom random) |
Modifier and Type | Method and Description |
---|---|
Map<ParameterInstance,ParameterAssignment> |
RandomParamAssignmentGenerator.chooseParameterAssignmentsRandomly(Set set,
RandomNumberChecks rnc,
org.jamesii.core.math.random.generators.IRandom rand,
List<GeneratorError> errorLog)
Executes second level of Monte-Carlo simulation.
|
Set |
RandomParamAssignmentGenerator.chooseSetRandomly(SetType setType,
RandomNumberChecks rnc,
org.jamesii.core.math.random.generators.IRandom rand,
List<GeneratorError> errorLog)
Chooses a set randomly.
|
Copyright © 2013. All Rights Reserved.