@lucid-softworks/number-variance
v0.1.0
Published
Compute population or sample variance using a stable algorithm.
Maintainers
Readme
@lucid-softworks/number-variance
Compute population or sample variance using a stable algorithm.
import { variance } from "@lucid-softworks/number-variance";
variance([1, 2, 3]); // 0.666...See the exported types and tests for exact edge-case behavior.
