logLikelihoodPH_MoE {matrixdist} | R Documentation |
Loglikelihood for PH-MoE
Description
Loglikelihood for PH-MoE
Usage
logLikelihoodPH_MoE(alpha1, alpha2, S, obs, weight, rcens, rcweight)
Arguments
alpha1 |
Initial probabilities for non-censored data. |
alpha2 |
Initial probabilities for censored data. |
S |
Sub-intensity matrix. |
obs |
The observations. |
weight |
The weights of the observations. |
rcens |
Censored observations. |
rcweight |
The weights of the censored observations. |
[Package matrixdist version 1.1.9 Index]