GeneralizedAsymmetricLaplace/man/mean.variance.GMM.gradient.GAL.Rd

26 lines
507 B
Text
Raw Normal View History

\name{mean.variance.GMM.gradient.GAL}
\alias{mean.variance.GMM.gradient.GAL}
2014-02-28 04:07:02 +00:00
\title{Gradient of the GMM moment conditions on mean and variance}
\usage{
\method{mean}{variance.GMM.gradient.GAL}(param, Data, type = "mu")
2014-02-28 04:07:02 +00:00
}
\arguments{
\item{param}{GAL parameters}
2014-03-06 00:25:03 +00:00
\item{Data}{Data sample}
\item{type}{Choose between "mu" or "kappa"
parametrization}
2014-02-28 04:07:02 +00:00
}
\value{
gradient matrix
}
\description{
Derivative of the moment conditions according to the vector
of parameters
}
\author{
François Pelletier
}