Functions

f
norminv(
p: number,
mu?: number,
sigma?: number
): number

Computes the inverse of the normal cumulative distribution function (CDF).

Usage

import * as mod from "probdistr/norminv.ts";