Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simplestatistics/src/sample_covariance.js

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

Functions

Sample covariance of two datasets: how much do the two datasets move together? x and y are two datasets, represented as arrays of numbers.