Skip to content

Generalized method of moments (GMM) estimation in Julia

License

Notifications You must be signed in to change notification settings

junyuan-chen/MethodOfMoments.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MethodOfMoments.jl

Generalized method of moments (GMM) estimation in Julia

CI-stable codecov PkgEval docs-stable docs-dev

MethodOfMoments.jl is a Julia package for generalized method of moments (GMM) estimation. It is designed with performance in mind for estimation involving large datasets.

Features

  • Fast multi-threaded nonlinear iterated GMM estimation
  • Specialized methods for linear GMM
  • Support for Bayesian quasi-likelihood approach

Installation

MethodOfMoments.jl can be installed with the Julia package manager Pkg. From the Julia REPL, type ] to enter the Pkg REPL and run:

pkg> add MethodOfMoments

For details on usage, please see the documentation.