hail icon indicating copy to clipboard operation
hail copied to clipboard

[query] Add pgamma, qgamma functions

Open patrick-schultz opened this issue 5 months ago • 0 comments

For the normal, poisson, and chi-square distributions, we have sampling (rand_norm), density (dnorm), cumulative probability (pnorm), and quantile (qnorm) functions. For beta and gamma distributions we only have the sampling functions. We should add the rest, which should be a simple matter of exposing library functions.

patrick-schultz avatar Feb 05 '24 14:02 patrick-schultz