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

various fixes and additions #43

Merged
merged 1 commit into from Sep 25, 2022
Merged

various fixes and additions #43

merged 1 commit into from Sep 25, 2022

Commits on Sep 25, 2022

  1. various fixes and additions

    - fixed bugs discussed in #58318
    - added an optional output argument: a structure containing additional statistics
    - changed variables theta and beta to intercept and slope. Changed variable name for estimated probabilities from gamma to P
    - any rows in X or Y containing NaN (i.e. missing values) are automatically removed
    - private functions moved into `logistic_regression` as subfunctions (since they are not used by any other function in the statistics package)
    - Added BISTs
    acp29 committed Sep 25, 2022
    Copy the full SHA
    becd233 View commit details
    Browse the repository at this point in the history