View source: R/Simulation.R View source: R/Simulation.R
Makemu | R Documentation |
Generate a mean function through the exponential map. Specify a basepoint p_0
and V_\mu(t)
. Then \mu=\exp_{p}V_{\mu(t)}
Generate a mean function through the exponential map. Specify a basepoint p_0
and V_\mu(t)
. Then \mu=\exp_{p}V_{\mu(t)}
Makemu(mfd, VtList, p0, pts = seq(0, 1, length.out = 50))
Makemu(mfd, VtList, p0, pts = seq(0, 1, length.out = 50))
mfd |
An object whose class specifies the manifold to use |
VtList |
A list of functions. The jth function takes a vector of time, and return the corresponding V(t) in the jth entry |
p0 |
The basepoint, which will be converted to a vector |
pts |
The time points to generate the mean function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.