int sequence_d_mix_like

(smodel** smo, int smo_number,
  sequence_d_t* sqd, double* like)

Log-Likelihood function in a mixture model: (mathe mode?) $\sum_k w^k \log( \sum_c (\alpha_c p(O^k | \lambda_c)))$

Documentation

Log-Likelihood function in a mixture model: (mathe mode?) $\sum_k w^k \log( \sum_c (\alpha_c p(O^k | \lambda_c)))$
Parameters:
- smo pointer to array of smodels
- smo\_number number of models
sqd - sequence struct
like - log likelihood

Alphabetic index



This page was generated with the help of DOC++.