Skip to main content
Module

x/simplestatistics/src/sum_nth_power_deviations.js

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

Functions

The sum of deviations to the Nth power. When n=2 it's the sum of squared deviations. When n=3 it's the sum of cubed deviations.