Computes derivatives by solving a convex optimization problem that balances fidelity to the data against smoothness of the derivative.
compute_derivative_tvr(Z, t = NULL, lambda = "auto", solver = "osqp", ...)Object of class "tvr_derivative" (also a list with $derivative).
Numeric vector of observations.
Numeric vector of time points (NULL assumes dt=1).
Regularization parameter ("auto" for cross-validation selection).
Optimization backend: "osqp", "ecos", or "scs".
Additional arguments (ignored).