| chaoticInvariant {fractal} | R Documentation |
Class constructor for chaoticInvariant.
"stat" option
plots the correlation summation curves while the "dstat" option plots a 3-point estimate
of the derivatives of the correlation summation curves. The "slope" option plots the estimated
slope of the correlation summation curves as a function of embedding dimension. Default: "stat".TRUE, a regression line is overlaid for each curve. Default: TRUE.TRUE, a grid is overlaid on the plot. Default: TRUE.TRUE, a legend of the estimated slopes as a function of
embedding dimension is displayed. Default: TRUE.par function).
## create a faux object of class chaoticInvariant
faux.data <- list(matrix(rnorm(1024), ncol=2), matrix(1:512))
chaoticInvariant(faux.data,
dimension = 1:2,
n.embed = 10,
n.reference = 50,
n.neighbor = 35,
tlag = 10,
olag = 15,
resolution = 2,
series.name = "my series",
series = 1:10,
ylab = "log2(C2)",
xlab = "log2(scale)",
metric = Inf,
invariant = "correlation dimension")