ProdA: Function that computes the product of A(t) for t1 to t2

View source: R/RcppExports.R

ProdAR Documentation

Function that computes the product of A(t) for t1 to t2

Description

Function that computes the product of A(t) for t1 to t2

Usage

ProdA(K, t2, t1, DeltaT, vec_alpha_ij, modA_mat)

Arguments

K

an integer representing the size of K*K matrix

t2

indicates the ended discretized time

t1

indicates the started discretized time

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

a matrix


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