Recently I was tasked with coding a complex calculation in Python, where the source was in Excel. They used the BETA.INV function to find theinverse of the beta cumulative probability density function.
Luckily, SciPi also has a beta function where the .PPF is the inverse of .CDF. The first