A vector or a GLmultiVector object depending on the type of 'phiMatrix' entered.
If 'phiMatrix' is a GLmultiMatrix, an array of vectors (GLmultiVector), one for each depth, is returned.
Array of size ('depthMax'-'depthMin'), vectors of size 'length(probs)'.
If 'phiMatrix' is a matrix, a vector of size 'length(probs)' is returned.
## please run code below for an example#data(genea140)#gen140<-gen.genealogy(genea140)#ge07<-gen.branching(gen140, pro=gen.pro(gen140)[c(1:7)])#phiMat<-gen.phi(ge07)#gen.phiCI(phiMat)