Description Usage Arguments Details Value
View source: R/sample_path_pbm.R
Non exported Wrapper to sample_path_em
to directly simulate a sample path of planar Brownian motion without having to specify the trivial
coefficient functions. This function should not be called directly but rather through sample_path
with continuous.model
set to "pbm"
.
1 | sample_path_pbm(t, IC = NULL, parameters = NULL, jumps = NULL, n = 10000)
|
t |
length of time to simulate over |
IC |
list of initial values |
parameters |
list of parameters for jump-dynamics |
jumps |
a list of objects defining the jump-size distribution, can be NULL for purely continuous models, see details. |
n |
number of time sub-intervals in the discretization |
The list jumps
should contain
distr
the name of the distribution of the jump-sizes e.g. "norm", "unif", "kou"
param
named list of parameters for the distribution matching the input in rdistr
for a given "distr".
data.frame containing t
(time) and the two planar coordinates x
and y
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.