2014-02-28 04:05:30 +00:00
|
|
|
\name{objective.GMM}
|
|
|
|
\alias{objective.GMM}
|
2014-02-27 03:45:46 +00:00
|
|
|
\title{Objective function for the GMM method}
|
|
|
|
\usage{
|
2014-03-03 01:20:34 +00:00
|
|
|
objective.GMM(param.lagrangian, conditions.vector, sample, ...,
|
2014-02-28 04:05:30 +00:00
|
|
|
W = diag(length(conditions.vector)), R = 0, r = 0)
|
2014-02-27 03:45:46 +00:00
|
|
|
}
|
|
|
|
\arguments{
|
2014-03-03 01:20:34 +00:00
|
|
|
\item{param.lagrangian}{Vector of parameters and
|
|
|
|
Lagrangian to optimize}
|
2014-02-28 04:05:30 +00:00
|
|
|
|
2014-02-27 03:45:46 +00:00
|
|
|
\item{conditions.vector}{Vector of moment conditions}
|
|
|
|
|
2014-03-03 01:20:34 +00:00
|
|
|
\item{sample}{Individual data sample}
|
|
|
|
|
|
|
|
\item{...}{Functions of the vector of moment conditions}
|
2014-02-27 03:45:46 +00:00
|
|
|
|
|
|
|
\item{W}{Weighting matrix}
|
2014-02-28 04:05:30 +00:00
|
|
|
|
|
|
|
\item{R}{Linear constraint matrix of coefficients}
|
|
|
|
|
|
|
|
\item{r}{Linear constraint constants}
|
2014-02-27 03:45:46 +00:00
|
|
|
}
|
|
|
|
\value{
|
|
|
|
A scalar value
|
|
|
|
}
|
|
|
|
\description{
|
|
|
|
Objective function for the GMM method
|
|
|
|
}
|
|
|
|
\author{
|
|
|
|
François Pelletier
|
|
|
|
}
|
|
|
|
|