wv
wv copied to clipboard
:alarm_clock: This R package provides the tools to perform standard and robust wavelet variance analysis for time series (signal processing). Among others, aside from computing the wavelet variance an...
Currently, ylab defines y-axis label for gyroscope and accelerometer wavelet variance. Below solutions let specify a label for gyroscope and accelerometer each.
Dear all, If I specify names list for legend, then `compare_wvar ` throws an error: ``` compare_wvar(wv_Xt, wv_Yt, wv_Zt, names=list('Xt','Yt','Zt')) Error in as.graphicsAnnot(legend) : argument "legend" is missing, with no...
As a FR: option to easily move the legend outside of the plot area. This is useful when comparing many different wvar's in a single plot.
If I call compare_wvar with a single wavelet variance object, then the plot is "degenerated", see image below. - Title is default one, instead of the one specified - x-axis...
- [ ] Add spatial functions (see folder `spatial-to-fix`) - [ ] Put uml somewhere else? - [ ] Function `robust_eda` there is a problem with the help (see examples)...
Issue 1)⚠️ When computing the theoretical wavelet variance of an AR1() process, one can see that if the phi parameter is smaller than 0 (but still contained in the bounds...
Hey everyone, I'll let you guys (Justin and Nate) coordinate, but the tasks that should be carried out now (given that the package can be installed) are as follows: -...
Check comment made in line #293 of wvar.R Unknown meaning of tau
- New way to implement coda CI for wavelet cross co-variance
Hi guys, Once Issue #4 has been addressed the next part is to compute various statistics from the wavelet decomposition, here are the main ones: - [x] Classical wavelet variance:...