LPiTrack(xy_mat, m = c(3, 5, 15), p = 10)
m[1]
: The number of orthonormal LP-transformations to implement LPTime
function.
m[2]
: The order of LP comoment matrix, excluding zero-order co-moments.
m[3]
: Number of LP moments.
LPTime
,
LP.comoment
and LP.moment
functions.
LPTime
fits VAR model on the LP transformed
series to capture the joint (horizontal and vertical) dynamics of the eye-movement pattern.
LP.moment
is applied on the series $r(t)$ (where we define
$r^2(t) \,=\, X^2(t) + Y^2(t)$), $X(t), Y(t),$ and their first
and second order differences to capture the static
pattern. LP.comoment
is applied on the following three series: $ (r(t), \Delta r(t))$,
$(X(t), Y(t))$ and $(\Delta X(t),\Delta Y(t))$ to extract
nonparametric copula-based spatial fixation patterns.LPTime
, LP.moment
, LP.comoment
library(LPTime)
data(EyeTrack.sample)
head(LPiTrack(as.matrix(EyeTrack.sample), m = c(4,5, 15), p=3))
Run the code above in your browser using DataLab