GMMStuff/man/objective.GMM.Rd

34 lines
701 B
Text
Raw Normal View History

\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, ...,
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-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}
\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
}