Description Usage Arguments Value
This MGPS function.........
1 2 3 | ProfileLogLik(alpha, Tij, weight, N, E)
MGPS_uni_opt(alpha.par, beta.par, pi.par, N, E, weight, iterations, Loglik)
|
weight |
set weight = rep(1, length(N)) if N and E are not squashed data, or input the weight vector corresponding to the squashed Nij vector. |
N |
squashed N_ij data (vector). This data can be generated by the rawProcessing function in this package. |
E |
squashed E_ij data (vector). This data can be generated by the rawProcessing function in this package. |
alpha.par |
initial shape parameter vector of the two gamma distributions for implementing the EM algprithm |
beta.par |
initial rate parameter vector of the two gamma distributions for implementing the EM algprithm |
pi.par |
initial xxxxxxx? |
iterations |
number of EM algorithm iterations to run |
Loglik |
whether to return the loglikelihood of each iteration or not (TRUE or FALSE) |
a list of estimated parameters and their corresponding loglikelihood
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.