GMMStuff/man/objective.GMM.Rd

28 lines
501 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{
objective.GMM(param, conditions.vector, data, W, ...)
2014-02-27 03:45:46 +00:00
}
\arguments{
\item{param}{Vector of parameters}
2014-02-27 03:45:46 +00:00
\item{conditions.vector}{Vector of moment conditions}
\item{data}{Individual data sample}
2014-03-03 01:20:34 +00:00
2014-02-27 03:45:46 +00:00
\item{W}{Weighting matrix}
2014-03-08 05:41:05 +00:00
\item{...}{Functions of the vector of moment conditions}
2014-02-27 03:45:46 +00:00
}
\value{
A scalar value
}
\description{
Objective function for the GMM method
}
\author{
François Pelletier
}