2014-02-28 04:05:30 +00:00
|
|
|
\name{covariance.GMM}
|
|
|
|
\alias{covariance.GMM}
|
2014-02-27 03:45:46 +00:00
|
|
|
\title{Estimated covariance matrix}
|
|
|
|
\usage{
|
2014-03-03 01:20:34 +00:00
|
|
|
covariance.GMM(conditions.vector, param, sample...)
|
2014-02-27 03:45:46 +00:00
|
|
|
}
|
|
|
|
\arguments{
|
|
|
|
\item{conditions.vector}{Vector of moment conditions}
|
|
|
|
|
2014-03-03 01:20:34 +00:00
|
|
|
\item{param}{Vector of estimated parameters}
|
|
|
|
|
|
|
|
\item{sample}{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
|
|
|
|
}
|
|
|
|
|