GMMStuff/man/obj.gmmGAL.mu.Rd

24 lines
446 B
Text
Raw Normal View History

2014-02-27 03:45:46 +00:00
\name{obj.gmmGAL.mu}
\alias{obj.gmmGAL.mu}
\title{Objective function for the GMM method}
\usage{
obj.gmmGAL.mu(conditions.vector, ..., W = diag(length(conditions.vector)))
}
\arguments{
\item{conditions.vector}{Vector of moment conditions}
\item{...}{Parameters of the vector of moment conditions}
\item{W}{Weighting matrix}
}
\value{
A scalar value
}
\description{
Objective function for the GMM method
}
\author{
François Pelletier
}