| AnotherAbstractRealDistribution |
|
| ApproximateDensityDistribution |
|
| BernsteinExponentialApproximation |
Implementation of the expolynomial distribution class presented in:
|
| ConstrainedHistogramDistribution |
Constrains a histogram to only use the part that is consistent with the constraint.
|
| DiagonalDistribution |
A diagonal parallel to the line y = -x is defined by the sum of x and y.
|
| DiracDeltaDistribution |
This is the distribution for a random variable emitting a deterministic value.
|
| DistributionUtils |
|
| GaussianKernelDistribution |
Simple gaussian kernel estimator.
|
| GaussianReflectionKernelDistribution |
Very plain boundary reflection kernel estimator.
|
| MeanCorrectedReflectionKernelDistribution |
|
| MemorylessTruncatedWrapper |
When truncating an exponential function left (setting a lower constraint),
the result is the same exponential function offset by the constraint
|
| RAbstractDistribution |
|
| RCensoredLogSplineDistribution |
Wraps the logspline density estimation for data that is randomly right-censored.
|
| 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.
|
| RGaussianKernelDistribution |
|
| RLogSplineDistribution |
Logspline density fitting to data using the logspline package in R.
|
| RProvider |
|
| SimpleHistogramDistribution |
|
| SliceSampler |
|
| TruncatedDistributionFactory |
|
| 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.
|