Uses of Class
org.processmining.plugins.stochasticpetrinet.analyzer.ReplayStep
-
Packages that use ReplayStep Package Description org.processmining.plugins.stochasticpetrinet.analyzer org.processmining.plugins.stochasticpetrinet.distribution.numeric -
-
Uses of ReplayStep in org.processmining.plugins.stochasticpetrinet.analyzer
Fields in org.processmining.plugins.stochasticpetrinet.analyzer with type parameters of type ReplayStep Modifier and Type Field Description java.util.Set<ReplayStep>ReplayStep. childrenjava.util.Set<ReplayStep>ReplayStep. parentsMethods in org.processmining.plugins.stochasticpetrinet.analyzer that return types with arguments of type ReplayStep Modifier and Type Method Description java.util.List<ReplayStep>CaseStatisticsAnalyzer. getIndividualOutlierSteps(CaseStatistics selectedCaseStatistics)java.util.List<ReplayStep>CaseStatisticsAnalyzer. getRegularSteps(CaseStatistics selectedCaseStatistics)java.util.List<ReplayStep>CaseStatistics. getReplaySteps()Methods in org.processmining.plugins.stochasticpetrinet.analyzer with parameters of type ReplayStep Modifier and Type Method Description voidCaseStatistics. addReplayStep(ReplayStep step)doubleCaseStatisticsAnalyzer. computePValueByApproximateIntegration(ReplayStep step)double[]CaseStatisticsAnalyzer. getModelDensities(ReplayStep x, org.apache.commons.math3.distribution.RealDistribution assumedErrorDistribution, double assumedErrorRate)Returns the likelihood ratio of theReplayStepx stemming from an error distribution, or from the original distribution.doubleCaseStatisticsAnalyzer. getPValueOfStepIntegral(ReplayStep step)booleanCaseStatisticsAnalyzer. isOutlierLikelyToBeAnError(ReplayStep step)Let X be this node's random duration variable having the value x.Constructor parameters in org.processmining.plugins.stochasticpetrinet.analyzer with type arguments of type ReplayStep Constructor Description ReplayStep(TimedTransition transition, double duration, double density, java.util.Set<ReplayStep> predecessorSteps) -
Uses of ReplayStep in org.processmining.plugins.stochasticpetrinet.distribution.numeric
Constructors in org.processmining.plugins.stochasticpetrinet.distribution.numeric with parameters of type ReplayStep Constructor Description FastDensityFunction(ReplayStep step)No children.FastDensityFunction(ReplayStep step, ReplayStep child)One child.ReplayStepDensityFunction(ReplayStep step)
-