matNui: Function that constructs the matrix nu_t_j, the expectation...

View source: R/RcppExports.R

matNuiR Documentation

Function that constructs the matrix nu_t_j, the expectation of the processes at time t_j

Description

Function that constructs the matrix nu_t_j, the expectation of the processes at time t_j

Usage

matNui(nD, tau_i, DeltaT, x0i, alpha_mu0, xi, alpha_mu, G_mat_A_0_to_tau_i)

Arguments

nD

an integer indicating the number of processes

tau_i

vector of integers indicating times

DeltaT

double that indicates the discretization step

x0i

model.matrix for baseline's submodel

alpha_mu0

a vector of parameters associated to the model.matrix for the baseline's submodel

xi

model.matrix for change's submodel

alpha_mu

a vector of parameters associated to the model.matrix for the change's submodel

G_mat_A_0_to_tau_i

matrix containing Prod(A_t)t=0,tau_i where A_t is the transition matric containing at time t

Value

a matrix


bachirtadde/CInLPN documentation built on June 30, 2023, 11:47 a.m.