Learn R Programming

EmpiricalDynamics (version 0.1.2)

plot_tvr_diagnostic: Diagnostic Plot for TVR Differentiation

Description

Produces a four-panel diagnostic plot showing the original series, estimated derivative, reconstruction comparison, and residuals.

Usage

plot_tvr_diagnostic(Z, t = NULL, dZ_tvr)

Value

Invisibly returns a list of diagnostic values.

Arguments

Z

Numeric vector of original observations.

t

Numeric vector of time points.

dZ_tvr

TVR derivative object (from compute_derivative_tvr).