ConstrA: Function that constructs the transition matrix at time t

View source: R/RcppExports.R

ConstrAR Documentation

Function that constructs the transition matrix at time t

Description

Function that constructs the transition matrix at time t

Usage

ConstrA(K, t, DeltaT, vec_alpha_ij, modA_mat)

Arguments

K

an integer representing the size of K*K matrix

t

an integer indicating the time at which coefficients are computed

DeltaT

double that indicates the discretization step

vec_alpha_ij

a vector of overall parameters associated to the model.matrix for elements of the transistion matrix

modA_mat

model.matrix for elements of the transistion matrix

Value

Id + DeltaT*A where A is the transition matrix


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