Skip to main content
Module

x/simplestatistic/src/sample_with_replacement.js

simple statistics for node & browser javascript
import * as simplestatistic from "https://deno.land/x/simplestatistic@v7.7.1/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.