RS.impute |
: |
| Perform inference on a diffusion model using the random walk Metropolis-Hastings algorithm using the data-imputation algorithm. |
BiRS.impute |
| : |
Perform inference on a bivariate diffusion model using the random walk Metropolis-Hastings algorithm using the data-imputation algorithm. |
MOL.density |
: |
| Calculate the transitional density of a diffusion model using the method of lines. |
BiMOL.density |
| : |
Calculate the transitional density of a bivariate diffusion model using the method of lines. |
MOL.passage |
: |
| Calculate the first passage time density of a time-homogeneous diffusion model with fixed barriers (i.e., a two-barrier first passage time problem). |
BiMOL.passage |
| : |
Calculate the first passage time density of a time-homogeneous bivariate diffusion model with fixed barriers (i.e., a four-barrier problem in two dimensions). |
MOL.aic* |
: |
| Calculate a pseudo-AIC value for a diffusion model using the method of lines. |
BiMOL.aic* |
| : |
Calculate pseudo-AIC value for a bivariate diffusion model using the method of lines. |
* Functions use C++.