Skip to content
logo
linearmodels v6.2 (+19)
linearmodels.iv.absorbing.AbsorbingLS.resids
Initializing search
    linearmodels
    linearmodels
    • Instrumental Variable Estimation
      • Introduction
      • Basic Examples
      • Further Examples
      • Using formulas to specify models
      • Absorbing Regression
      • Module Reference
        • Instrumental Variable Estimation
        • Absorbing Least Squares
          • linearmodels.iv.absorbing.AbsorbingLS
            • C linearmodels.iv.absorbing.AbsorbingLS
              • linearmodels.iv.absorbing.AbsorbingLS.fit
              • linearmodels.iv.absorbing.AbsorbingLS.resids
                • M AbsorbingLS.resids
                  • Parameters
                    • p params
                  • Returns
                  • Return type
              • linearmodels.iv.absorbing.AbsorbingLS.wresids
              • linearmodels.iv.absorbing.AbsorbingLS.absorbed_dependent
              • linearmodels.iv.absorbing.AbsorbingLS.absorbed_exog
              • linearmodels.iv.absorbing.AbsorbingLS.dependent
              • linearmodels.iv.absorbing.AbsorbingLS.exog
              • linearmodels.iv.absorbing.AbsorbingLS.has_constant
              • linearmodels.iv.absorbing.AbsorbingLS.instruments
              • linearmodels.iv.absorbing.AbsorbingLS.weights
          • linearmodels.iv.absorbing.AbsorbingLSResults
          • linearmodels.iv.absorbing.Interaction
          • linearmodels.iv.absorbing.AbsorbingRegressor
        • Estimation Results
        • Instrumental Variable Covariance Estimation
        • GMM Weight and Covariance Estimation
        • IV Data Structures
      • Formulas and Mathematical Detail
    • Panel Data Model Estimation
    • Linear Factor Models for Asset Pricing
    • System Regression Models
    • Utilities
    • Compatibility
    • Type Aliases
    • Module Plans
    • Contributing
    • Change Log
    • References
    • M AbsorbingLS.resids
      • Parameters
        • p params
      • Returns
      • Return type

    linearmodels.iv.absorbing.AbsorbingLS.resids¶

    AbsorbingLS.resids(params: ndarray[tuple[int, ...], dtype[float64]]) → ndarray[tuple[int, ...], dtype[float64]][source]¶

    Compute model residuals

    Parameters:¶
    params: ndarray[tuple[int, ...], dtype[float64]]¶

    Model parameters (nvar by 1)

    Returns:¶

    Model residuals

    Return type:¶

    numpy.ndarray

    © Copyright 2021, Kevin Sheppard.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial