You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a robust implementation of the 2F1 hypergeometric function.
Currently, the t distribution CDF is calculated with a numerical approximation of the integral of the PDF. This is extremely slow, in particular when calculating the PPF, which executes CDF many times.
The text was updated successfully, but these errors were encountered:
Need a robust implementation of the 2F1 hypergeometric function.
Currently, the t distribution CDF is calculated with a numerical approximation of the integral of the PDF. This is extremely slow, in particular when calculating the PPF, which executes CDF many times.
The text was updated successfully, but these errors were encountered: