File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -671,11 +671,11 @@ def __init__(
671671 Determines the behavior for values beyond the open interval ]0, 1[.
672672 They can either be masked as invalid, or clipped to a number very
673673 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
676676 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.
679679 """
680680 self ._transform = LogitTransform (nonpos )
681681 self ._use_overline = use_overline
You can’t perform that action at this time.
0 commit comments