QuadraticEstimatingEquations/man/a.gauss.Rd

27 lines
551 B
Text
Raw Normal View History

2014-02-24 02:05:36 +00:00
\name{a.gauss}
\alias{a.gauss}
\title{First weighting vector of the quadratic estimating equation (gaussian)}
\usage{
a.gauss(param, variancef, dmean)
}
\arguments{
\item{param}{Vector of parameters of the distribution
function}
\item{variancef}{Variance function of the distribution}
\item{dmean}{Derivative in respect to the parameter
vector of the mean function of the distribution}
}
\value{
First weighting vector
}
\description{
First weighting vector of the quadratic estimating equation
(gaussian)
}
\author{
Francois Pelletier
}