matNui | R Documentation |
Function that constructs the matrix nu_t_j, the expectation of the processes at time t_j
matNui(nD, tau_i, DeltaT, x0i, alpha_mu0, xi, alpha_mu, G_mat_A_0_to_tau_i)
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 |
a matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.