nonLinearPrediction_mod {soundgen} | R 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 |
|
nPoints |
number of points to return |
[Package soundgen version 2.7.2 Index]