Skip to content

I think BIC is defined incorrectly #77

@helios1014

Description

@helios1014

Looking at the code, BIC is defined as n * np.log(sq_error / n) + k * np.log(n).

I have traditionally seen it defined as -2 * loglik + k * log(n)

logLik is only used in your definition of aic and so I am confused as to what the source is for the formulation of BIC you are using.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions