Skip to content

Commit

Permalink
mentioned rename of lambda as kappa
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixWick committed Oct 19, 2023
1 parent 46bc31d commit 31b2fb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cyclic_boosting/quantile_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
class J_QPD_S:
"""
Implementation of the semi-bounded mode of Johnson Quantile-Parameterized
Distributions (J-QPD), see https://repositories.lib.utexas.edu/bitstream/handle/2152/63037/HADLOCK-DISSERTATION-2017.pdf.
Distributions (J-QPD), see https://repositories.lib.utexas.edu/bitstream/handle/2152/63037/HADLOCK-DISSERTATION-2017.pdf
(Due to the Python keyword, the parameter lambda from this reference is named kappa below.).
A distribution is parameterized by a symmetric-percentile triplet (SPT).
Parameters
Expand Down Expand Up @@ -84,6 +85,7 @@ class J_QPD_B:
"""
Implementation of the bounded mode of Johnson Quantile-Parameterized
Distributions (J-QPD), see https://repositories.lib.utexas.edu/bitstream/handle/2152/63037/HADLOCK-DISSERTATION-2017.pdf.
(Due to the Python keyword, the parameter lambda from this reference is named kappa below.)
A distribution is parameterized by a symmetric-percentile triplet (SPT).
Parameters
Expand Down

0 comments on commit 31b2fb6

Please sign in to comment.