Skip to main content
Module

x/simplestatistics/src/r_squared.js

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