modification ordre des paramètres covariance.GMM
This commit is contained in:
parent
5f356f6383
commit
0a21668604
3 changed files with 6 additions and 6 deletions
|
@ -2,13 +2,13 @@
|
|||
\alias{covariance.GMM}
|
||||
\title{Estimated covariance matrix}
|
||||
\usage{
|
||||
covariance.GMM(conditions.vector, param, data, ...)
|
||||
covariance.GMM(param, conditions.vector, data, ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{conditions.vector}{Vector of moment conditions}
|
||||
|
||||
\item{param}{Vector of estimated parameters}
|
||||
|
||||
\item{conditions.vector}{Vector of moment conditions}
|
||||
|
||||
\item{data}{Individual data sample}
|
||||
|
||||
\item{...}{Functions of the vector of moment conditions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue