Skip to content

Commit 89ba19f

Browse files
committed
add bibtex entry
1 parent 397397e commit 89ba19f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pymc_experimental/distributions/multivariate.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,20 @@ def R2D2M2CP(
219219
)
220220
intercept = y.mean()
221221
obs = pm.Normal("obs", intercept + X @ beta, eps, observed=y)
222+
223+
Notes
224+
-----
225+
To reference R2D2M2CP implementation, you can use the following bibtex entry:
226+
227+
.. code-block::
228+
229+
@misc{pymc-experimental-r2d2m2cp,
230+
title = {pymc-devs/pymc-experimental: {P}ull {R}equest 137, {R2D2M2CP}},
231+
url = {https://github.com/pymc-devs/pymc-experimental/pull/137},
232+
author = {Max Kochurov},
233+
howpublished = {GitHub},
234+
year = {2023}
235+
}
222236
"""
223237
if not isinstance(dims, (list, tuple)):
224238
dims = (dims,)

0 commit comments

Comments
 (0)