Reconstructs the state space of a time series using delay embedding, creating a matrix where each row represents a point in the reconstructed space.
Value
An object of class "pc_state" containing:
matrix: The reconstructed state space matrix
parameters: List of reconstruction parameters
original: Original time series data
Details
State Space Reconstruction Analysis
The function implements Takens' embedding theorem to reconstruct state space:
Creates delay vectors using specified embedding dimension (E)
Applies time delay (tau) between consecutive elements
Handles boundary conditions and missing values