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

beta

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

§Parameters

§
x: number
[src]
§
shape1: number
[src]
§
shape2: number
[src]