File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -671,11 +671,11 @@ def __init__(
671
671
Determines the behavior for values beyond the open interval ]0, 1[.
672
672
They can either be masked as invalid, or clipped to a number very
673
673
close to 0 or 1.
674
- use_overline: bool ( default: False)
675
- indicate the usage of survival notation (\overline{x}) in place of
674
+ use_overline : bool, default: False
675
+ Indicate the usage of survival notation (\overline{x}) in place of
676
676
standard notation (1-x) for probability close to one.
677
- one_half : str ( default: r"\frac{1}{2}")
678
- the string used for ticks formatter to represent 1/2.
677
+ one_half : str, default: r"\frac{1}{2}"
678
+ The string used for ticks formatter to represent 1/2.
679
679
"""
680
680
self ._transform = LogitTransform (nonpos )
681
681
self ._use_overline = use_overline
You can’t perform that action at this time.
0 commit comments