24 lines
402 B
Text
24 lines
402 B
Text
|
\name{gmmGAL.mu.vcov}
|
||
|
\alias{gmmGAL.mu.vcov}
|
||
|
\title{Estimated covariance matrix}
|
||
|
\usage{
|
||
|
gmmGAL.mu.vcov(conditions.vector, n, ...)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{conditions.vector}{Vector of moment conditions}
|
||
|
|
||
|
\item{n}{Sample size}
|
||
|
|
||
|
\item{...}{Parameters of the vector of moment conditions}
|
||
|
}
|
||
|
\value{
|
||
|
A square covariance matrix
|
||
|
}
|
||
|
\description{
|
||
|
Estimated covariance matrix
|
||
|
}
|
||
|
\author{
|
||
|
François Pelletier
|
||
|
}
|
||
|
|