least-squares-regression
There are 4 repositories under least-squares-regression topic.
RezaSaadatyar/Time-Series-Analysis-in-Python
This repository contains Python functions for predicting time series.
balintg1994/conditional_expectation_with_guarantees
This repository presents a novel approach developed by Prof. Patrick Cheridito and myself for computing conditional expectations with numerical guarantees.
ctpeterson/SwissFit
General-purpose library for fitting models to data with correlated Gaussian-distributed noise
Sm00thix/CVMatrix
Computation of training set (X^T * X) and (X^T * Y) in a cross-validation setting using the fast algorithms by Engstrøm (2024).