View source: R/getSampleFunctions.R
getMarkovianZigzagSample | R Documentation |
Simulate the Markovian zigzag dynamics for a given position over a specified travel time.
getMarkovianZigzagSample(position, velocity = NULL, engine, travelTime)
position |
a d-dimensional position vector. |
velocity |
optional d-dimensional velocity vector. If NULL, it will be generated within the function. |
engine |
an object representing the Markovian zigzag engine, typically containing settings and state required for the simulation. |
travelTime |
the duration for which the dynamics are simulated. |
A list containing the position and velocity after simulating the dynamics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.