Skip to main content
Module

x/simplestatistics/src/sample_with_replacement.js

simple statistics for node & browser javascript
Latest
import * as simplestatistics from "https://deno.land/x/simplestatistics@v7.8.3/src/sample_with_replacement.js";

Functions

Sampling with replacement is a type of sampling that allows the same item to be picked out of a population more than once.