We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3632551 commit bb8ac5aCopy full SHA for bb8ac5a
CITATION.cff
@@ -0,0 +1,24 @@
1
+# This CITATION.cff file was generated with cffinit.
2
+# Visit https://bit.ly/cffinit to generate yours today!
3
+
4
+cff-version: 1.2.0
5
+title: nutpie
6
+message: >-
7
+ If you use this software, please cite it using the
8
+ metadata from this file.
9
+type: software
10
+authors:
11
+ - given-names: Adrian
12
+ family-names: Seyboldt
13
+ email: [email protected]
14
+ affiliation: PyMC Labs
15
+ orcid: 'https://orcid.org/0000-0002-4239-4541'
16
+ - name: PyMC Developers
17
+ website: 'https://github.com/pymc-devs/'
18
+repository-code: 'https://github.com/pymc-devs/nutpie'
19
+abstract: 'A fast sampler for Bayesian posteriors, wrapping nuts-rs.'
20
+keywords:
21
+ - NUTS
22
+ - Bayesian inference
23
+ - MCMC
24
+license: MIT
0 commit comments