Skip to content
logo
statsmodels 0.14.2
statsmodels.othermod.betareg.BetaModel.score
Initializing search
    statsmodels
    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
          • Interval Models betareg
            • statsmodels.othermod.betareg.BetaModel
              • Cstatsmodels.othermod.betareg.BetaModel
                • statsmodels.othermod.betareg.BetaModel.expandparams
                • statsmodels.othermod.betareg.BetaModel.fit
                • statsmodels.othermod.betareg.BetaModel.from_formula
                • statsmodels.othermod.betareg.BetaModel.get_distribution
                • statsmodels.othermod.betareg.BetaModel.get_distribution_params
                • statsmodels.othermod.betareg.BetaModel.hessian
                • statsmodels.othermod.betareg.BetaModel.hessian_factor
                • statsmodels.othermod.betareg.BetaModel.information
                • statsmodels.othermod.betareg.BetaModel.initialize
                • statsmodels.othermod.betareg.BetaModel.loglike
                • statsmodels.othermod.betareg.BetaModel.loglikeobs
                • statsmodels.othermod.betareg.BetaModel.nloglike
                • statsmodels.othermod.betareg.BetaModel.predict
                • statsmodels.othermod.betareg.BetaModel.reduceparams
                • statsmodels.othermod.betareg.BetaModel.score
                  • MBetaModel.score
                    • Parameters
                    • Returns
                • statsmodels.othermod.betareg.BetaModel.score_factor
                • statsmodels.othermod.betareg.BetaModel.score_hessian_factor
                • statsmodels.othermod.betareg.BetaModel.score_obs
                • statsmodels.othermod.betareg.BetaModel.endog_names
                • statsmodels.othermod.betareg.BetaModel.exog_names
            • statsmodels.othermod.betareg.BetaResults
      • Time Series Analysis
      • Other Models
      • Statistics and Tools
      • Data Sets
      • Sandbox
    • Examples
    • API Reference
    • About statsmodels
    • Developer Page
    • Release Notes
    • MBetaModel.score
      • Parameters
      • Returns

    statsmodels.othermod.betareg.BetaModel.score¶

    BetaModel.score(params)[source]¶

    Returns the score vector of the log-likelihood.

    http://www.tandfonline.com/doi/pdf/10.1080/00949650903389993

    Parameters:¶
    paramsndarray

    Parameter at which score is evaluated.

    Returns:¶
    scorendarray

    First derivative of loglikelihood function.


    Last update: Jun 10, 2024
    Previous statsmodels.othermod.betareg.BetaModel.reduceparams
    Next statsmodels.othermod.betareg.BetaModel.score_factor
    © Copyright 2009-2023, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial