A generic interface for reconstructing state spaces from time series data using either built-in or custom methods.
Usage
stateSpaceMethod(x, E, tau, ...)
# Default S3 method
stateSpaceMethod(x, E, tau, ...)
# S3 method for class 'custom'
stateSpaceMethod(x, E, tau, method, ...)