View source: R/rw_createHM_driftsign.r
RW_createHM_driftsign | R Documentation |
Generates "empirical" heatmaps (HM) by simulating both positive and negative drift rate trajectories.
RW_createHM_driftsign( mu, nsim = 10000, dt = 0.0025, intra_sv = 0.1, upperRT = 5, ev_bound = 0.5, ev_window = 0.01, HMtype = FALSE )
mu |
: vector of drift rates |
nsim |
: number of paths generated |
dt |
: time resolution |
intra_sv |
: random walk standard deviation |
upperRT |
: maximum time |
ev_bound |
: maximum/minimum evidence |
ev_window |
: evidence resolution |
HMtype |
: Type of heatmap returned, default all: ('sym' -> symmetrical HM, 'upper' -> upper bound hit heatmap, 'lower' -> lower bound hit) |
Matrix (or list of matrices) describing the Time x Evidence heatmap(s)
Pierre Le Denmat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.