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

gamma

import { gamma } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/mentat/stats/distributions.ts";
function gamma(
x: number,
shape: number,
rate: number,
);
§
gamma(x: number, shape: number, rate: number)
[src]

§Parameters

§
x: number
[src]
§
shape: number
[src]
§
rate: number
[src]