Functions

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

Computes the probability density function (PDF) of a normal distribution.

Usage

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