How can I prove sensitivity to initial conditions numerically? I mean directly from the computed data and neglecting the dynamical system that originated the data.
The data comes from hybrid dynamical system (ode + resets when a value is reached) that can be considered as a discrete dynamical system.
Thanks.
To be precise sensitivity to initial conditions is physicists language for the fact that a small change in the initial conditions grows exponentially in time.
Numerically, just check if for two solutions the distance $|x(t)-y(t)|$ grows exponentially in time $t$ for slightly different initial conditions $y_0=x_0+\epsilon$.
Formally, for $|\epsilon|\to 0$ and $t\to\infty$ the exponent of this dependence, if it exists, is the Lyapunov exponent mentioned in the comments.