-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCITATION.cff
26 lines (26 loc) · 1.21 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Şenöz"
given-names: "İsmail"
orcid: "https://orcid.org/0000-0001-7355-2138"
- family-names: "Bagaev"
given-names: "Dmitry"
orcid: "https://orcid.org/0000-0001-9655-7986"
- family-names: "Lukashchuk"
given-names: "Mykola"
orcid: "https://orcid.org/0009-0003-3011-0825"
title: "ExponentialFamily.jl"
version: 1.6.0
date-released: "2023-10-31"
repository-code: "https://github.com/ReactiveBayes/ExponentialFamily.jl"
abstract: "ExponentialFamily.jl provides a comprehensive framework for working with exponential family distributions in Julia. The key feature of the package is the implementation of exponential family distributions in their natural parameterization. Through a unified interface, it exposes fundamental properties like sufficient statistics, log partition functions, and Fisher information matrices, while leveraging Julia's type system for both intuitive modeling and high performance."
keywords:
- distributions
- "exponential family"
- interface
- Julia
- "probabilistic programming"
license: MIT
url: "https://github.com/ReactiveBayes/ExponentialFamily.jl"
type: software