tsEvaPlotGPDImageSc {RtsEva} | R Documentation |
tsEvaPlotGPDImageSc
Description
tsEvaPlotGPDImageSc
is a function that generates a time series plot
of the Generalized Pareto Distribution (GPD) with evolving parameters
using the provided data.
Usage
tsEvaPlotGPDImageSc(
Y,
timeStamps,
serix,
epsilon,
sigma,
threshold,
peakplot,
trans,
varargin
)
Arguments
Y |
A vector of values. |
timeStamps |
A vector of timestamps corresponding to the values. |
serix |
A vector of series values. |
epsilon |
A numeric value representing the shape parameter of the GPD. |
sigma |
A vector of standard deviation values. |
threshold |
A vector of threshold values. |
peakplot |
A data frame containing peak values and their corresponding timestamps. |
trans |
A character string indicating the transformation to be applied to the data. |
varargin |
Additional optional arguments. |
Value
A ggplot object representing the GPD plot.
See Also
tsEvaPlotGPDImageScFromAnalysisObj
[Package RtsEva version 1.0.0 Index]