Skip to content

GMM estimation of a standard cross sectional asset pricing model

Notifications You must be signed in to change notification settings

Simbold/EmpiricalAssetPricing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

EmpiricalAssetPricing

GMM estimation of a standard cross sectional asset pricing model:

  • This repository cotains one .R file which can be used to estimate a standard cross sectional asset pricing model via GMM
  • The file contains two function:
    1. OLS_two_pass_estimates() which calculates the coefficient and standard errors using OLS
    2. GMM_two_pass_estimates() which calculates the standard errors using the GMM method (Note: the coefficient are the same from both methods)
  • For further info see Cochrane 2005: 12.2 Cross-Sectional Regressions
  • The estimator alows for an intercept in cross-sectional regression (parameter: 'constant')
  • The covariance matrix of the moment conditions is computed using the Newey-West HAC estimator
  • The parameter 'adjust' refers to a finite sample adjust for the Newey-West estimator the adjustment = t/(t-#momentconditions), #momentconditions = n*(k+2), where k=#factors, n=#assets, t=#sampleSize

About

GMM estimation of a standard cross sectional asset pricing model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages