jbytecode / LinRegOutliers

Direct and robust methods for outlier detection in linear regression
MIT License
44 stars 6 forks source link

Hadi (1994) algorithm is missing #5

Closed jbytecode closed 4 years ago

jbytecode commented 4 years ago

The algorithm with reference

Hadi, Ali S. "A modification of a method for the detection of outliers in multivariate samples." Journal of the Royal Statistical Society: Series B (Methodological) 56.2 (1994): 393-396.

is required. This algorithm is modification of the Hadi (1992) algorithm which is implemented in /src/hadi1992.jl.

Implementation of this method requires small code refactors of the implemented one.

volunteers will be assigned to this issue.

akadal commented 4 years ago

I can take this.

jbytecode commented 4 years ago

Ok assigned you to this issue, feel free to ask anything

jbytecode commented 4 years ago

@akadal any progress in this issue?

akadal commented 4 years ago

@jbytecode I am working on. It will be completed in about 2-3 weeks. Everything is ok. :)

akadal commented 4 years ago

I have submitted a pull request which includes Hadi'94 implementation and test. @jbytecode

jbytecode commented 4 years ago

Due to the implementation, I am closing this.