Skip to content

Commit 7d400c9

Browse files
committed
cite isometric logration in StickBreaking
1 parent 7242402 commit 7d400c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pymc3/distributions/transforms.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,10 @@ def jacobian_det(self, x):
430430
class StickBreaking(Transform):
431431
"""
432432
Transforms K - 1 dimensional simplex space (k values in [0,1] and that sum to 1) to a K - 1 vector of real values.
433+
This is a variant of the isometric logration transformation:
434+
Egozcue, J.J., Pawlowsky-Glahn, V., Mateu-Figueras, G. et al.
435+
Isometric Logratio Transformations for Compositional Data Analysis.
436+
Mathematical Geology 35, 279–300 (2003). https://doi.org/10.1023/A:1023818214614
433437
"""
434438

435439
name = "stickbreaking"

0 commit comments

Comments
 (0)