You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
[![CI][status-shield]][status-url]
9
9
[![MIT License][license-shield]][license-url]
10
10
11
-
**PySATL Core** is the computational core of the PySATL project, providing abstractions and infrastructure for probability distributions, parametric families, characteristic-based computations, and sampling.
11
+
**PySATL Core** is the computational core of the PySATL project, providing abstractions and infrastructure for probability distributions, parametric families, characteristic-based computations, transformations, and sampling.
12
12
13
13
The library is designed as a **foundational kernel** rather than a ready-to-use end-user package. Its primary goals are explicit probabilistic structure, extensibility, and suitability as a basis for further stochastic and statistical tooling.
14
14
@@ -26,6 +26,9 @@ The library is designed as a **foundational kernel** rather than a ready-to-use
26
26
- A global **family registry** for configuring, querying, and extending available distribution families.
27
27
-**Characteristic computation graph** (`CharacteristicRegistry`) that allows computing
28
28
arbitrary characteristics by specifying only a minimal analytical subset.
29
+
-**Transformations module** for derived distributions:
0 commit comments