comp_vals {dRiftDM} | R Documentation |
Evaluate all Component Functions
Description
Gets/calculates all values provided by the component functions of a drift_dm object
Usage
comp_vals(
drift_dm_obj,
x_vec = NULL,
t_vec = NULL,
nt = NULL,
dt = NULL,
nx = NULL,
dx = NULL,
prms_solve = NULL,
solver = NULL,
prms_matrix = NULL
)
Arguments
drift_dm_obj |
an object of type drift_dm |
x_vec |
optional, the discretized evidence space |
t_vec |
optional, the discretized time space |
nx , nt , dx , dt |
optional, the steps and step sizes of each space |
prms_solve |
optional, vector of solver settings |
solver |
optional, string controlling which component values are evaluated |
prms_matrix |
optional, matrix of parameters |
Details
arguments are optional, because they can be extracted from the model. However, supplying these are faster than creating them.
Value
If solver "kfe", a named list with entries "mu_vals", "x_vals", "b_vals", "dt_b_vals", "nt_vals".
If solver "im_zero", the returned list will also contain "mu_int_vals".
[Package dRiftDM version 0.2.2 Index]