Learn R Programming

EmpiricalDynamics (version 0.1.2)

compute_derivative_tvr: Total Variation Regularized Differentiation

Description

Computes derivatives by solving a convex optimization problem that balances fidelity to the data against smoothness of the derivative.

Usage

compute_derivative_tvr(Z, t = NULL, lambda = "auto", solver = "osqp", ...)

Value

Object of class "tvr_derivative" (also a list with $derivative).

Arguments

Z

Numeric vector of observations.

t

Numeric vector of time points (NULL assumes dt=1).

lambda

Regularization parameter ("auto" for cross-validation selection).

solver

Optimization backend: "osqp", "ecos", or "scs".

...

Additional arguments (ignored).