X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=man%2FinitSmallEM.Rd;fp=man%2FinitSmallEM.Rd;h=86be0cb30f06c0f74f9d2a8d548b93aed00dcbb8;hb=c7dab9ff8b95a7630c7dafdcf40d60c659290ef2;hp=0000000000000000000000000000000000000000;hpb=e3f2fe8a918614d246fe2451065b0dfcd348b366;p=valse.git diff --git a/man/initSmallEM.Rd b/man/initSmallEM.Rd new file mode 100644 index 0000000..86be0cb --- /dev/null +++ b/man/initSmallEM.Rd @@ -0,0 +1,22 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/initSmallEM.R +\name{initSmallEM} +\alias{initSmallEM} +\title{initialization of the EM algorithm} +\usage{ +initSmallEM(k, X, Y) +} +\arguments{ +\item{k}{number of components} + +\item{X}{matrix of covariates (of size n*p)} + +\item{Y}{matrix of responses (of size n*m)} +} +\value{ +a list with phiInit, rhoInit, piInit, gamInit +} +\description{ +initialization of the EM algorithm +} +