getMotionVariance | R Documentation |
This function returns the estimated motion variance calculated by the dynamic Bivariate Gaussian Bridges or dynamic Brownian Bridges
getMotionVariance(x,...)
x |
a |
... |
Currently not implemented |
- a numeric
vector of variances if a DBBMM, DBBMMBurstStack, dBMvariance or dBMvarianceBurst object is provided
- a list
of variances per individual if a DBBMMStack or dBMvarianceStack object is provided
- a matrix
of the orthogonal and parallel variances if dynBGB or dBGBvariance object is provided
Bart Kranstauber & Anne Scharf
brownian.bridge.dyn
, dynBGB
, brownian.motion.variance.dyn
, dynBGBvariance
, dBMvariance-class
, dBGBvariance-class
data(leroydbbmm)
data(dbbmmstack)
getMotionVariance(leroydbbmm)[1:50] ## with a DBBMM object
str(getMotionVariance(dbbmmstack)) ## with a DBBMMStack object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.