1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/basicInitParameters.R
3 \name{basic_Init_Parameters}
4 \alias{basic_Init_Parameters}
5 \title{Initialize the parameters in a basic way (zero for the conditional mean,
6 uniform for weights, identity for covariance matrices, and uniformly distributed forthe clustering)}
8 basic_Init_Parameters(n, p, m, k)
13 \item{p}{number of covariates}
15 \item{m}{size of the response}
17 \item{k}{number of clusters}
20 list with phiInit, rhoInit,piInit,gamInit
23 Initialize the parameters in a basic way (zero for the conditional mean,
24 uniform for weights, identity for covariance matrices, and uniformly distributed forthe clustering)