Class ShiftedDistribution
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.analyzer.anomaly.ShiftedDistribution
-
- All Implemented Interfaces:
org.apache.commons.math3.analysis.UnivariateFunction
public class ShiftedDistribution extends java.lang.Object implements org.apache.commons.math3.analysis.UnivariateFunctionWe shift the distribution downwards so that the outliers are below zero. Used to calculate intervals of outliers numerically by Illinois-type approximations.- Author:
- Andreas Rogge-Solti
-
-
Constructor Summary
Constructors Constructor Description ShiftedDistribution(org.apache.commons.math3.distribution.RealDistribution dist, double shift)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublevalue(double x)
-