Package | Description |
---|---|
org.processmining.plugins.stochasticpetrinet.distribution | |
org.processmining.plugins.stochasticpetrinet.distribution.timeseries |
Modifier and Type | Class and Description |
---|---|
class |
BernsteinExponentialApproximation
Implementation of the expolynomial distribution class presented in:
|
class |
GaussianKernelDistribution
Simple gaussian kernel estimator.
|
class |
GaussianReflectionKernelDistribution
Very plain boundary reflection kernel estimator.
|
class |
MeanCorrectedReflectionKernelDistribution |
class |
MemorylessTruncatedWrapper
When truncating an exponential function left (setting a lower constraint),
the result is the same exponential function offset by the constraint
|
class |
RejectionWrapper
A wrapper around a distribution that cuts off a part below a certain threshold
RejectionWrapper.constraint
and rescales the rest of the distribution to become a valid one again. |
class |
TruncatedWrapper
A wrapper around a distribution that cuts off a part below a certain threshold
RejectionWrapper.constraint
and rescales the rest of the distribution to become a valid one again. |
Modifier and Type | Class and Description |
---|---|
class |
ARMATimeSeries |
class |
SinusoidalSeries |
class |
StatefulTimeseriesDistribution
This is a "stateful" distribution that knows it's current time.
|