Skip to content
@addmaple/stats
Search
K
Main Navigation
Guide
API Reference
Examples
GitHub
Appearance
Menu
Return to top
On this page
pareto
Initialize the distributions wasm module.
Try it out
Try it out
Run
import { init, pareto } from '@addmaple/stats'; await init(); const dist = pareto(); const result = dist.pdf(0); result;
Initializing library...