
Plot Method for Bootstrap Diagnostics
plot.tsbs_diagnostics.RdCreates diagnostic visualizations for bootstrap analysis.
Arguments
- x
A
tsbs_diagnosticsobject.- type
Character string specifying plot type. One of:
"all"Produce all applicable plots (default).
"block_lengths"Histogram of block lengths.
"start_positions"Histogram of block starting positions.
"means_comparison"Compare original vs bootstrap means.
"acf_comparison"Compare original vs bootstrap autocorrelation.
"length_distribution"Distribution of bootstrap series lengths.
- ...
Additional arguments (unused).