Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 738 Bytes

README.MD

File metadata and controls

24 lines (21 loc) · 738 Bytes

all sorts of regression and diagnostics in go

Build Status

Todo

  • ols (coefficients, fitted, resids)
  • rss, tss, mse, aic, studentized resids
  • rsquared, adj. rsquared
  • cooks distance, leverage
  • variance-covariance mat
  • variance inflation factors
  • dfbetas, dffits
  • variance of beta coefficients, confidence intervals
  • durbin watson test
  • f-statistics
  • z-scores
  • stepwise regression
  • least angle regression
  • ridge regression
  • lasso / forward-stagewise
  • principal component regression
  • json encoding/decoding
  • examples