I was looking for distribution similarity testing in this crate, but noticed there really isn't any. I found issues #288 and #39 which both mention KS testing. It seems like there hasn't been any movement with that in a few years. #39 mentions that the implementation of KS was too slow. I found an implementation in this paper that I could translate into Rust and it seems reasonably fast. I'm pretty sure I tracked down this implementation from what they use in scipy.
I really want to use a KS test in a project of mine and was hoping to contribute to this in some way!
I was looking for distribution similarity testing in this crate, but noticed there really isn't any. I found issues #288 and #39 which both mention KS testing. It seems like there hasn't been any movement with that in a few years. #39 mentions that the implementation of KS was too slow. I found an implementation in this paper that I could translate into Rust and it seems reasonably fast. I'm pretty sure I tracked down this implementation from what they use in scipy.
I really want to use a KS test in a project of mine and was hoping to contribute to this in some way!