-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
I wanted to know if this package would be a good place to develop a suite of tests for Regression Models or if it should be a different one.
The idea would be to provide a few tests such as:
struct WaldTest <: HypothesisTest
value::Float64
dist::FDist
function WaldTest(model::StatsBase.RegressionModel;
restrictions::Union{Matrix,Vector{Symbol}} = coefnames(model))
...
end
These tests would make use of the methods provided by StatsBase as much as possible. A few that might be implemented are:
Hypothesis tests
[ ] Wald test
[ ] Lagrange multiplier test (LM test)
[ ] Likelihood ratio test (LR test)
[ ] Sargan Hansen test
[ ] Durbin Wu Hausman test
[ ] Chow test
Whenever possible it would compute the robust version.
azev77
Metadata
Metadata
Assignees
Labels
No labels