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


soundgen documentation built on Sept. 29, 2023, 5:09 p.m.