Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.01 KB

vector.leastsquaresapproximation.md

File metadata and controls

21 lines (13 loc) · 1.01 KB

Home > @josh-brown/vector > LeastSquaresApproximation

LeastSquaresApproximation interface

The result of a least squares approximation.

Signature:

export interface LeastSquaresApproximation<S> 

Properties

Property Type Description
approximationFunction ApproximationFunction<S> A function which takes a vector of the independent variable values, and returns the predicted value of the dependent variable
coefficients Vector<S> A vector whose entries correspond to the coefficients which must be plugged into the function template to yield the best approximation function