distribution
Evaluate a probability distribution (normal, t, chi2, binomial, poisson): pdf/pmf and cdf at a value, and/or the quantile at a probability, plus mean & variance. Params per dist: normal {mean,sd}, t {df}, chi2 {df}, binomial {n,p}, poisson {lambda}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p | No | probability to get the quantile for (0-1) | |
| at | No | value to evaluate pdf/pmf and cdf at | |
| dist | Yes | ||
| params | No |