All Projects → boennecd → rollRegres

boennecd / rollRegres

Licence: other
R package for fast rolling and expanding linear regression models

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language
fortran
972 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to rollRegres

Countries-GDP-prediction
Developed a supervised machine learning system that can estimate a country's GDP per capita using regression algorithms.
Stars: ✭ 15 (-25%)
Mutual labels:  regression, regression-models
regression-python
In this repository you can find many different, small, projects which demonstrate regression techniques using python programming language
Stars: ✭ 15 (-25%)
Mutual labels:  regression, regression-models
broomExtra
Helpers for regression analyses using `{broom}` & `{easystats}` packages 📈 🔍
Stars: ✭ 45 (+125%)
Mutual labels:  regression, regression-models
Sales-Prediction
In depth analysis and forecasting of product sales based on the items, stores, transaction and other dependent variables like holidays and oil prices.
Stars: ✭ 56 (+180%)
Mutual labels:  regression-models
bbai
Set model hyperparameters using deterministic, exact algorithms.
Stars: ✭ 19 (-5%)
Mutual labels:  regression-models
ara
Agile Regression Analyzer
Stars: ✭ 74 (+270%)
Mutual labels:  regression
prediction-builder
A library for machine learning that builds predictions using a linear regression.
Stars: ✭ 107 (+435%)
Mutual labels:  regression
srqm
An introductory statistics course for social scientists, using Stata
Stars: ✭ 43 (+115%)
Mutual labels:  regression-models
PRISM
An alternative to MCMC for rapid analysis of models
Stars: ✭ 40 (+100%)
Mutual labels:  regression
smooth
The set of smoothing functions used for time series analysis and in forecasting.
Stars: ✭ 78 (+290%)
Mutual labels:  regression
regressr
A command line regression testing framework for testing HTTP services
Stars: ✭ 35 (+75%)
Mutual labels:  regression
basis-expansions
Basis expansion transformers in sklearn style.
Stars: ✭ 74 (+270%)
Mutual labels:  regression
EvoTrees.jl
Boosted trees in Julia
Stars: ✭ 108 (+440%)
Mutual labels:  regression
blorr
Tools for developing binary logistic regression models
Stars: ✭ 16 (-20%)
Mutual labels:  regression
BetaML.jl
Beta Machine Learning Toolkit
Stars: ✭ 64 (+220%)
Mutual labels:  regression
SGpp
SG⁺⁺ – the numerical library for Sparse Grids in all their variants.
Stars: ✭ 59 (+195%)
Mutual labels:  regression
Metida.jl
Julia package for fitting mixed-effects models with flexible random/repeated covariance structure.
Stars: ✭ 19 (-5%)
Mutual labels:  regression
PyTsetlinMachineCUDA
Massively Parallel and Asynchronous Architecture for Logic-based AI
Stars: ✭ 37 (+85%)
Mutual labels:  regression
needlestack
Multi-sample somatic variant caller
Stars: ✭ 45 (+125%)
Mutual labels:  regression
pyspark-ML-in-Colab
Pyspark in Google Colab: A simple machine learning (Linear Regression) model
Stars: ✭ 32 (+60%)
Mutual labels:  regression-models

rollRegres

R-CMD-check CRAN RStudio mirror downloads

This package contains functions for fast rolling and expanding linear regression models. You can install the package from CRAN by calling

install.packages("rollRegres")

or from Github by calling

devtools::install_github("boennecd/rollRegres", upgrade_dependencies = FALSE, 
                         build_vignettes = TRUE)

See vignette("Comparisons", package = "rollRegres") for examples of how to use the functions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].