GMMStuff/man/covariance.GMM.Rd

26 lines
473 B
Text
Raw Normal View History

\name{covariance.GMM}
\alias{covariance.GMM}
2014-02-27 03:45:46 +00:00
\title{Estimated covariance matrix}
\usage{
covariance.GMM(param, conditions.vector, data, ...)
2014-02-27 03:45:46 +00:00
}
\arguments{
2014-03-03 01:20:34 +00:00
\item{param}{Vector of estimated parameters}
\item{conditions.vector}{Vector of moment conditions}
\item{data}{Individual data sample}
2014-02-27 03:45:46 +00:00
2014-03-04 03:18:26 +00:00
\item{...}{Functions of the vector of moment conditions}
2014-02-27 03:45:46 +00:00
}
\value{
A square covariance matrix
}
\description{
Estimated covariance matrix
}
\author{
François Pelletier
}