NoiseTangent | R Documentation |
For each time point (column in mu), generate n isotropic noises distributed as epsFun on the tangent space at mu(t)
NoiseTangent(mfd, n, mu, sigma2 = 0, epsFun = rnorm)
## S3 method for class 'Sphere'
NoiseTangent(mfd, n, mu, sigma2 = 0, epsFun = stats::rnorm)
## S3 method for class 'Euclidean'
NoiseTangent(mfd, n, mu, sigma2 = 0, epsFun = stats::rnorm)
## S3 method for class 'SPD'
NoiseTangent(mfd, n, mu, sigma2 = 0, epsFun = stats::rnorm)
mfd |
A manifold object created by |
n |
Sample size |
mu |
A matrix or a vector containing the base point(s) |
sigma2 |
Noise variance |
epsFun |
The distribution for generating the univariate errors with unit variance for the tangent space coordinates |
An array with size (n, dimIntrinsic, nPts)
NoiseTangent(Sphere)
: Method
NoiseTangent(Euclidean)
: Method
NoiseTangent(SPD)
: Method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.