33 lines
655 B
Text
33 lines
655 B
Text
|
\name{M.gauss}
|
||
|
\alias{M.gauss}
|
||
|
\title{M Matrix (gaussian)}
|
||
|
\usage{
|
||
|
M.gauss(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{
|
||
|
M Matrix
|
||
|
}
|
||
|
\description{
|
||
|
M Matrix (gaussian)
|
||
|
}
|
||
|
\author{
|
||
|
Francois Pelletier
|
||
|
}
|
||
|
|