MCPcopy Create free account
hub / github.com/derrynknife/SurPyval / plot

Method plot

surpyval/univariate/parametric/parametric.py:1167–1242  ·  view source on GitHub ↗

A method to do a probability plot Parameters ---------- heuristic : {'Blom', 'Median', 'ECDF', 'Modal', 'Midpoint', 'Mean', \ 'Weibull', 'Benard', 'Beard', 'Hazen', 'Gringorten', 'None',\ 'Tukey', 'DPW', 'Fleming-Harrington', 'Kaplan-Meier',

(
        self,
        heuristic: str = "Nelson-Aalen",
        plot_bounds: bool = True,
        alpha_ci: float = 0.05,
        ax: "Axes | None" = None,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 5

get_plot_dataMethod · 0.95
adjust_heuristicFunction · 0.85
draw_probability_plotFunction · 0.85
mpp_y_transformMethod · 0.45
mpp_inv_y_transformMethod · 0.45