Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 12:07
· 10 commits to main since this release
b3ef64a

RobustModels v0.5.0

Diff since v0.4.5

Closed issues:

  • StackOverflowError if inputs allow Missing type (#16)
  • Hung Process (#32)

Merged pull requests:

  • Fix missing type leading to StackOverflow (#17) (@svilupp)
  • add test univariate: mean_and_std = (mean, std) (#18) (@getzze)
  • add influence function expression in the docs of each estimator (#19) (@getzze)
  • create an abstract type AbstractMEstimator to differentiate from non-… (#20) (@getzze)
  • prefix new methods by the module defining the function to be extended… (#21) (@getzze)
  • add two Catoni loss functions for M-Estimators, CatoniWideLoss and CatoniNarrowLoss (#22) (@getzze)
  • add wobs (#23) (@getzze)
  • bump compat StatsModels to "0.6, 0.7" (#24) (@getzze)
  • remove use of nobs (#25) (@getzze)
  • Correct leverage, dof for RidgePred (#26) (@getzze)
  • correct Ridge lambda factor 2 and add tests (#27) (@getzze)
  • Correct weights, add tests for weights (#28) (@getzze)
  • Clean estimator (#30) (@getzze)
  • Remove TableRegressionModel wrapper (#31) (@getzze)
  • Correct infinite loop (#33) (@getzze)
  • Compatibility with julia 1.3 (#34) (@getzze)
  • Add GLM.DensePredQR (#35) (@getzze)
  • Bump to v0.5 (#36) (@getzze)