Functions

f
normcdf(
x: number,
mu?: number,
sigma?: number
): number

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

Usage

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