Package | Description |
---|---|
org.processmining.plugins.stochasticpetrinet.analyzer | |
org.processmining.plugins.stochasticpetrinet.distribution.numeric |
Modifier and Type | Field and Description |
---|---|
java.util.Set<ReplayStep> |
ReplayStep.children |
java.util.Set<ReplayStep> |
ReplayStep.parents |
Modifier and Type | Method and Description |
---|---|
java.util.List<ReplayStep> |
CaseStatisticsAnalyzer.getIndividualOutlierSteps(CaseStatistics selectedCaseStatistics) |
java.util.List<ReplayStep> |
CaseStatisticsAnalyzer.getRegularSteps(CaseStatistics selectedCaseStatistics) |
java.util.List<ReplayStep> |
CaseStatistics.getReplaySteps() |
Modifier and Type | Method and Description |
---|---|
void |
CaseStatistics.addReplayStep(ReplayStep step) |
double |
CaseStatisticsAnalyzer.computePValueByApproximateIntegration(ReplayStep step) |
double[] |
CaseStatisticsAnalyzer.getModelDensities(ReplayStep x,
org.apache.commons.math3.distribution.RealDistribution assumedErrorDistribution,
double assumedErrorRate)
Returns the likelihood ratio of the
ReplayStep x stemming from an error distribution,
or from the original distribution. |
double |
CaseStatisticsAnalyzer.getPValueOfStepIntegral(ReplayStep step) |
boolean |
CaseStatisticsAnalyzer.isOutlierLikelyToBeAnError(ReplayStep step)
Let X be this node's random duration variable having the value x.
|
Constructor and Description |
---|
ReplayStep(TimedTransition transition,
double duration,
double density,
java.util.Set<ReplayStep> predecessorSteps) |
Constructor and Description |
---|
FastDensityFunction(ReplayStep step)
No children.
|
FastDensityFunction(ReplayStep step,
ReplayStep child)
One child.
|
ReplayStepDensityFunction(ReplayStep step) |