Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use StatsAPI instead of StatsBase, define confint and vcov #231

Merged
merged 1 commit into from
Oct 8, 2023

Commits on Oct 6, 2023

  1. Use StatsAPI instead of StatsBase, define confint and vcov

    StatsAPI provides a common namespace for packages providing statistical
    functionality. It supersedes StatsBase's use for this purpose.
    
    As part of the migration to using StatsAPI, which is itself
    non-functional, I've made two functional changes in the form of
    deprecations of custom functions in favor of their existing StatsAPI
    equivalents. Namely, `estimate_covar` has been deprecated in favor of
    `vcov` and `confidence_interval` has been deprecated in favor of
    `confint`. While the former is a simple renaming, the latter also
    involves specifying the confidence level rather than the Type I error
    rate (1 - alpha instead of alpha).
    ararslan committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    add24d8 View commit details
    Browse the repository at this point in the history