JuliaStats / StatsBase.jl

Basic statistics for Julia
Other
586 stars 194 forks source link

Implement diagnostic tests #65

Closed milktrader closed 10 years ago

milktrader commented 10 years ago

TimeModels needs a few diagnostic tests (mentioned here: https://github.com/JuliaStats/TimeModels.jl/issues/23). Do these belong in StatsBase instead? Here is the list:

lindahua commented 10 years ago

My feeling is that these are better go in a separate package.

milktrader commented 10 years ago

Ok, maybe we can fold them into TimeModels. All of them except Shapiro-Wilks are quite commonly used in time-based modeling.

StefanKarpinski commented 10 years ago

StatsTests? To be loaded by default in Stats?

simonster commented 10 years ago

Why not put these in HypothesisTests?

johnmyleswhite commented 10 years ago

Yeah, HypothesisTests seems like a good place for these.

StefanKarpinski commented 10 years ago

Right, I forgot about that package.

milktrader commented 10 years ago

I was thinking HypothesisTests just after I closed this. Should I start a wish list issue there?

milktrader commented 10 years ago

https://github.com/JuliaStats/HypothesisTests.jl/issues/16