QuadraticEstimatingEquations/man/b.gauss.Rd
2014-02-23 21:05:36 -05:00

26 lines
564 B
R

\name{b.gauss}
\alias{b.gauss}
\title{Second weighting vector of the quadratic estimating equation (gaussian)}
\usage{
b.gauss(param, variancef, dsd)
}
\arguments{
\item{param}{Vector of parameters of the distribution
function}
\item{variancef}{Variance function of the distribution}
\item{dsd}{Derivative in respect to the parameter vector
of the standard deviation function of the distribution}
}
\value{
Second weighting vector
}
\description{
Second weighting vector of the quadratic estimating
equation (gaussian)
}
\author{
Francois Pelletier
}