my.random.walk: 3D+time movement

Description Usage Examples

Description

3D + time movement

Usage

1
my.random.walk(Nobs, Nt, d)

Examples

1
2
3
4
5
6
7
library(rgl)
library(onion)
Nobs <- 5;Nt <- 100; d <- 3
X = my.random.walk(Nobs,Nt,d)
X.k <- my.k.diff(X)
X.d <- my.array.dist(X)
X.mf <- array(c(t(apply(X.k,2,my.moving.frame.array))),c(Nobs,Nt-2,3,3))

ryamada22/Ronlyryamada documentation built on May 28, 2019, 10:43 a.m.