Skip to content

Commit

Permalink
Update effect-size.md
Browse files Browse the repository at this point in the history
Update input parameter name
  • Loading branch information
daikitag authored and mergify[bot] committed Dec 1, 2023
1 parent 913ccb1 commit 7b7af67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/effect-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,17 @@ The following effect size distributions are supported in tstrait, and please ref
* - ``"fixed"``
- Fixed value
- ``value``
- ``value, random_sign``
- :py:class:`TraitModelFixed`
* - ``"exponential"``
- Exponential distribution
- ``scale, negative``
- ``scale, random_sign``
- :py:class:`TraitModelExponential`
* - ``"gamma"``
- Gamma distribution
- ``shape, scale, negative``
- ``shape, scale, random_sign``
- :py:class:`TraitModelGamma`
* - ``"multi_normal"``
Expand Down

0 comments on commit 7b7af67

Please sign in to comment.