Description Usage Arguments Value Examples
Mean and Variance of a truncated distribution
1 2 3 | meanTruncated(f, param1, param2, a, b)
varTruncated(f, param1, param2, a, b)
|
f |
string name of a distribution (gamma, norm, beta, lnorm, weibull) |
param1 |
the first distribution parameter |
param2 |
the second distribution parameter |
a |
lower truncation limit |
b |
upper truncation limit |
a list containing the mean or variance and absolute error
1 2 | meanTruncated("gamma", 1, 2, 0.1, 5)
varTruncated("gamma", 1, 2, 0.1, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.