powered by
Computes the distribution function of Irwin-Hall with parameter n. This function is NOT vectorized.
pirwin.hall(x, n)
The CDF of the Irwin-Hall(n) at x.
A number between 0 and n.
The number of i.i.d. U(0,1) to sum. It should be an integer.
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)
Run the code above in your browser using DataLab