compare_differentiation_methods: Compare Differentiation Methods
Description
Applies multiple differentiation methods to the same data and produces
a comparison plot.
Usage
compare_differentiation_methods(
Z,
t = NULL,
methods = c("tvr", "savgol", "spline", "finite_diff"),
plot = TRUE
)Value
List of derivative vectors from each method.
Arguments
- Z
Numeric vector of observations.
- t
Numeric vector of time points.
- methods
Character vector of methods to compare.
- plot
Produce comparison plot?