View source: R/segTraj_Gmixt_simultanee.R
Gmixt_simultanee | R Documentation |
Return matrix G(i,j), the mixture density for segment between points (i+1) to j :
G(i,j) = \sum_{p=1}^P \log (\pi_p f(y^{ij};\theta_p))
Rq: this density if factorized in order to avoid numerical zeros in the log
Gmixt_simultanee(Don, lmin, phi)
Don |
the bivariate signal |
lmin |
the minimum size for a segment |
phi |
the parameters of the mixture |
a matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.