Skip to content

Commit

Permalink
truncated regression example (#30)
Browse files Browse the repository at this point in the history
* truncated regression example

* now covers truncation and censoring

* remove irrelevant text

* edits to text

* fixing pre-commit checks

* spelling mistakes

* return_inferencedata + remove excess model context

* variable renaming

* comments re inequalities in censored model

* text on what influences level of underestimation bias

* fix typo

* Further topics and reading + references

* fix typo

* final tweaks

* Update GLM-truncated-censored-regression.ipynb

typos

* final (honest) typo correction and output supression

* run with PyMC3 v3.11.1 to remove warning messages
  • Loading branch information
drbenvincent authored Feb 21, 2021
1 parent 8285834 commit a7d6e5c
Show file tree
Hide file tree
Showing 2 changed files with 828 additions and 0 deletions.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/table_of_contents_examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gallery.contents = {
"generalized_linear_models/GLM-robust-with-outlier-detection": "(Generalized) Linear and Hierarchical Linear Models",
"generalized_linear_models/GLM-robust": "(Generalized) Linear and Hierarchical Linear Models",
"generalized_linear_models/GLM-rolling-regression": "(Generalized) Linear and Hierarchical Linear Models",
"generalized_linear_models/GLM-truncated-censored-regression": "(Generalized) Linear and Hierarchical Linear Models",
"gaussian_processes/GP-Kron": "Gaussian Processes",
"gaussian_processes/GP-Latent": "Gaussian Processes",
"gaussian_processes/GP-Marginal": "Gaussian Processes",
Expand Down

0 comments on commit a7d6e5c

Please sign in to comment.