Skip to content

Commit a7d6e5c

Browse files
authored
truncated regression example (#30)
* 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
1 parent 8285834 commit a7d6e5c

File tree

2 files changed

+828
-0
lines changed

2 files changed

+828
-0
lines changed

examples/generalized_linear_models/GLM-truncated-censored-regression.ipynb

+827
Large diffs are not rendered by default.

examples/table_of_contents_examples.js

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Gallery.contents = {
2121
"generalized_linear_models/GLM-robust-with-outlier-detection": "(Generalized) Linear and Hierarchical Linear Models",
2222
"generalized_linear_models/GLM-robust": "(Generalized) Linear and Hierarchical Linear Models",
2323
"generalized_linear_models/GLM-rolling-regression": "(Generalized) Linear and Hierarchical Linear Models",
24+
"generalized_linear_models/GLM-truncated-censored-regression": "(Generalized) Linear and Hierarchical Linear Models",
2425
"gaussian_processes/GP-Kron": "Gaussian Processes",
2526
"gaussian_processes/GP-Latent": "Gaussian Processes",
2627
"gaussian_processes/GP-Marginal": "Gaussian Processes",

0 commit comments

Comments
 (0)