pirwin.hall | R Documentation |
Computes the distribution function of Irwin-Hall with parameter n. This function is NOT vectorized.
pirwin.hall(x, n)
x |
A number between 0 and n. |
n |
The number of i.i.d. U(0,1) to sum. It should be an integer. |
The CDF of the Irwin-Hall(n) at x.
Irwin-Hall Distribution. (n.d.). Randomservices.org. Retrieved May 8, 2023, from https://www.randomservices.org/random/special/IrwinHall.html
pirwin.hall(1, 2)
pirwin.hall(2.5, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.