Skip to main content
Module

x/simplestatistic/src/r_squared.js

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