v0.5.0
RobustModels v0.5.0
Closed issues:
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)