tsEvaPlotGPDImageScis a function that generates a time series plot
of the Generalized Pareto Distribution (GPD) with evolving parameters
using the provided data.
tsEvaPlotGPDImageSc(
Y,
timeStamps,
serix,
epsilon,
sigma,
threshold,
peakplot,
trans,
varargin
)A ggplot object representing the GPD plot.
A vector of values.
A vector of timestamps corresponding to the values.
A vector of series values.
A numeric value representing the shape parameter of the GPD.
A vector of standard deviation values.
A vector of threshold values.
A data frame containing peak values and their corresponding timestamps.
A character string indicating the transformation to be applied to the data.
Additional optional arguments.
tsEvaPlotGPDImageScFromAnalysisObj