logLikelihoodMweibull_RKs: Loglikelihood of PI with matrix-Weibull using Runge-Kutta

View source: R/RcppExports.R

logLikelihoodMweibull_RKsR Documentation

Loglikelihood of PI with matrix-Weibull using Runge-Kutta

Description

Loglikelihood for a sample.

Usage

logLikelihoodMweibull_RKs(
  h,
  alpha,
  S,
  beta,
  obs,
  weight,
  rcens,
  rcweight,
  scale1,
  scale2
)

Arguments

h

Step-length.

alpha

Initial probabilities.

S

Sub-intensity matrix.

beta

Parameter of transformation.

obs

The observations.

weight

Weights of the observations.

rcens

Censored observations.

rcweight

Weights of the censored observations.

scale1

Scale for observations.

scale2

Scale for censored observations.


matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.