Skip to content
statsmodels logo
statsmodels 0.13.5 statsmodels.genmod.families.links.CDFLink.inverse
Type to start searching
    statsmodels
    • User Guide
    • Generalized Linear Models
    • statsmodels.genmod.families.links.CDFLink
    statsmodels
    • Installing statsmodels
    • Getting started
    • User Guide
      • Background
      • Regression and Linear Models
        • Linear Regression
        • Generalized Linear Models
        • Generalized Estimating Equations
        • Generalized Additive Models (GAM)
        • Robust Linear Models
        • Linear Mixed Effects Models
        • Regression with Discrete Dependent Variable
        • Generalized Linear Mixed Effects Models
        • ANOVA
        • Other Models othermod
      • Time Series Analysis
      • Other Models
      • Statistics and Tools
      • Data Sets
      • Sandbox
    • Examples
    • API Reference
    • About statsmodels
    • Developer Page
    • Release Notes
    • statsmodels.genmod.families.links.CDFLink.inverse
      • CDFLink.inverse
    • Show Source

    statsmodels.genmod.families.links.CDFLink.inverse¶

    CDFLink.inverse(z)[source]¶

    The inverse of the CDF link

    Parameters:
    zarray_like

    The value of the inverse of the link function at p

    Returns:
    pndarray

    Mean probabilities. The value of the inverse of CDF link of z

    Notes

    g^(-1)(z) = dbn.cdf(z)

    Previous statsmodels.genmod.families.links.CDFLink.deriv2_numdiff
    Next statsmodels.genmod.families.links.CDFLink.inverse_deriv
    © Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Last updated on Nov 02, 2022.
    Created using Sphinx 5.3.0. and Material for Sphinx