tsEvaPlotTransfToStatis a function that creates a
line plot of time series data along with statistical measures.
tsEvaPlotTransfToStat(
timeStamps,
statSeries,
srsmean,
stdDev,
st3mom,
st4mom,
varargin
)A ggplot object representing the line plot.
A vector of time stamps for the data points.
A vector of the main time series data.
A vector of the mean values for each time stamp.
A vector of the standard deviation values for each time stamp.
A vector of the third moment values for each time stamp.
A vector of the fourth moment values for each time stamp.
Additional optional arguments to customize the plot.
tsEvaPlotTransfToStatFromAnalysisObj