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

x/simplestatistics/src/r_squared.js

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

Functions

The R Squared value of data compared with a function f is the sum of the squared differences between the prediction and the actual value.