logLikelihoodbivPH {matrixdist} | R Documentation |
Loglikelihood for Bivariate PH
Description
Loglikelihood for Bivariate PH
Usage
logLikelihoodbivPH(alpha, S11, S12, S22, obs, weight)
Arguments
alpha |
Vector of initial probabilities. |
S11 |
Sub-intensity matrix. |
S12 |
Matrix. |
S22 |
Sub-intensity matrix. |
obs |
The observations. |
weight |
The weights of the observations. |
[Package matrixdist version 1.1.9 Index]