Skip to content

Tests for RegressionModel #121

@Nosferican

Description

@Nosferican

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions