AIC.t.mixture<-function(n, j, pi, mu, s, df)
{
N = sum(n)
K = length(pi)
return(2*logLik.t.mixture(n, j, pi, mu, s, df) - (4*K-1) * 2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.