Skip to content

Commit f0e67e9

Browse files
Benjamin T. Vincentdrbenvincent
Benjamin T. Vincent
andauthored
Fix authorship (#369)
* create truncated regression example * delete truncated regression example from main branch * create truncated regression example * delete truncated regression example from main branch * create truncated regression example * delete truncated regression example from main branch * fix incorrect statement about pm.NormalMixture * fix authorship Co-authored-by: Benjamin T. Vincent <[email protected]>
1 parent 61b0e1a commit f0e67e9

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

examples/generalized_linear_models/GLM-rolling-regression.ipynb

+6-6
Large diffs are not rendered by default.

examples/mixture_models/gaussian_mixture_model.ipynb

+4-4
Large diffs are not rendered by default.

examples/survival_analysis/censored_data.ipynb

+6-6
Large diffs are not rendered by default.

myst_nbs/generalized_linear_models/GLM-rolling-regression.myst.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kernelspec:
1717
:::{post} June, 2022
1818
:tags: generalized linear model, regression
1919
:category: intermediate
20-
:author: Thomas Wiecki, Benjamin T. Vincent
20+
:author: Thomas Wiecki
2121
:::
2222

2323
+++

myst_nbs/mixture_models/gaussian_mixture_model.myst.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kernelspec:
1717
:::{post} April, 2022
1818
:tags: mixture model, classification
1919
:category: beginner
20-
:author: Benjamin T. Vincent
20+
:author: Abe Flaxman
2121
:::
2222

2323
A [mixture model](https://en.wikipedia.org/wiki/Mixture_model) allows us to make inferences about the component contributors to a distribution of data. More specifically, a Gaussian Mixture Model allows us to make inferences about the means and standard deviations of a specified number of underlying component Gaussian distributions.

myst_nbs/survival_analysis/censored_data.myst.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kernelspec:
1717
:::{post} May, 2022
1818
:tags: censoring, survival analysis
1919
:category: intermediate, how-to
20-
:author: Luis Mario Domenzain, George Ho, Benjamin T. Vincent
20+
:author: Luis Mario Domenzain
2121
:::
2222

2323
```{code-cell} ipython3

0 commit comments

Comments
 (0)