dunif.quotient.iid | R Documentation |
Probability density function for the quotient of two identically independent uniform distributions.
Probability density for z in Z ~ X1/X2, where X1 & X2 ~ U(a,b), a & b in Reals, and a < b. The function dunif.quotient.a0 does not require X1 and X2 to be identical, but has the requirement that the lower limit of both distributions equal 0.
dunif.quotient.iid(z, a, b)
z |
quantile |
a |
Number indicating the lower limit of X1 and X2 |
b |
Number indicating the lower upper of X1 and X2 |
Probability density of z in Z
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.