logitnsumcdf | R Documentation |
Cumulative distribution function of the convolution (sum) of two logit-normal variables
logitnsumcdf(x, mu1, sigma1, mu2, sigma2)
x |
Vector of values. |
mu1 |
Location parameter of the first distribution. |
sigma1 |
Scale parameter of the first distribution. |
mu2 |
Location parameter of the second distribution. |
sigma2 |
Scale parameter of the second distribution. |
Value of the cumulative distribution function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.