Uses of Class
org.processmining.plugins.stochasticpetrinet.distribution.AnotherAbstractRealDistribution
-
Packages that use AnotherAbstractRealDistribution Package Description org.processmining.plugins.stochasticpetrinet.distribution org.processmining.plugins.stochasticpetrinet.distribution.timeseries -
-
Uses of AnotherAbstractRealDistribution in org.processmining.plugins.stochasticpetrinet.distribution
Subclasses of AnotherAbstractRealDistribution in org.processmining.plugins.stochasticpetrinet.distribution Modifier and Type Class Description classBernsteinExponentialApproximationImplementation of the expolynomial distribution class presented in:classGaussianKernelDistributionSimple gaussian kernel estimator.classGaussianReflectionKernelDistributionVery plain boundary reflection kernel estimator.classMeanCorrectedReflectionKernelDistributionclassMemorylessTruncatedWrapperWhen truncating an exponential function left (setting a lower constraint), the result is the same exponential function offset by the constraintclassRejectionWrapperA wrapper around a distribution that cuts off a part below a certain thresholdRejectionWrapper.constraintand rescales the rest of the distribution to become a valid one again.classTruncatedWrapperA wrapper around a distribution that cuts off a part below a certain thresholdRejectionWrapper.constraintand rescales the rest of the distribution to become a valid one again. -
Uses of AnotherAbstractRealDistribution in org.processmining.plugins.stochasticpetrinet.distribution.timeseries
Subclasses of AnotherAbstractRealDistribution in org.processmining.plugins.stochasticpetrinet.distribution.timeseries Modifier and Type Class Description classARMATimeSeriesclassSinusoidalSeriesclassStatefulTimeseriesDistributionThis is a "stateful" distribution that knows it's current time.
-