Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linear-regression

Fitting a polynomial with a known intercept

Multiple regression analysis in R using QR decomposition

Optimization on piecewise linear regression

How does the subset argument work in the lm() function?

r linear-regression lm

Ridge regression with `glmnet` gives different coefficients than what I compute by "textbook definition"?

Get p values or confidence intervals for nonnegative least square (nnls) fit coefficients [closed]

Format of R's lm() Formula with a Transformation

John Tukey "median median" (or "resistant line") statistical test for R and linear regression

Solving normal equation system in C++

Linear regression in R (normal and logarithmic data)

sklearn's PLSRegression: "ValueError: array must not contain infs or NaNs"

Time series prediction using R

Conditionally colour data points outside of confidence bands in R

Fitting logarithmic curve in R

Linear Regression with Python numpy

scikit-learn & statsmodels - which R-squared is correct?

is logistic regression large margin classifier? [closed]

R: plm -- year fixed effects -- year and quarter data

Distinction between linear and non linear regression?

Using group by and tidy to run several models and extract results to dataframe