Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/mentat/stats/distributions.ts";

§Classes

MultivariateNormal
Normal

§Functions

bern
beta
binom
bivarnorm
cat
cauchy
dirichlet
exp
gamma
hyper
invgamma
laplace
lbeta
lchoose
lfactorial
lgamma
lnorm
logis
nbinom
norm
pareto
pois
rnorm

Returns a random real number from a normal distribbution defined by mean and sd. Adapted from https://github.com/jstat/jstat/blob/master/src/special.js

t
ultinom
unif
weibull