QuadraticEstimatingEquations/man/eqn.Crowder.Mod.Rd
2014-02-23 21:05:36 -05:00

32 lines
772 B
R

\name{eqn.Crowder.Mod}
\alias{eqn.Crowder.Mod}
\title{Modified Quadratic estimating equation (Crowder)}
\usage{
eqn.Crowder.Mod(param, Y, meanf, variancef, dmean, dsd)
}
\arguments{
\item{Y}{Individual data sample}
\item{param}{Vector of parameters of the distribution
function}
\item{meanf}{Mean function of the distribution}
\item{variancef}{Variance function of the distribution}
\item{dmean}{Derivative in respect to the parameter
vector of the mean function of the distribution}
\item{dsd}{Derivative in respect to the parameter vector
of the standard deviation function of the distribution}
}
\value{
The vector value of the estimating equation
}
\description{
Modified Quadratic estimating equation (Crowder)
}
\author{
Francois Pelletier
}