nonLinearPrediction_mod: Nonlinear prediction modified

View source: R/nonlinPred.R

nonLinearPrediction_modR Documentation

Nonlinear prediction modified

Description

A slightly modified version of nonLinearPrediction that can return multiple new points in one go, without having to call the function repeatedly.

Usage

nonLinearPrediction_mod(
  time.series,
  embedding.dim,
  time.lag,
  nPoints,
  radius,
  radius.increment
)

Arguments

time.series, embedding.dim, time.lag, radius, radius.increment

see nonLinearPrediction

nPoints

number of points to return


tatters/soundgen documentation built on Aug. 22, 2023, 4:24 p.m.