Recent Releases of blocklength
blocklength - blocklength 0.2.2
Minor Changes
- The
plot.nppi()function now returns an additional plot for JAB Pseudo Value Stability.
Bug Fixes
- In
nppi()there was an inconsistency in dimensionality between thejab_point_valuesand thejab_pseudo_valuesdue to how NA values were handled. This is fixed such that both vectors will always have the same length.
- R
Published by Alec-Stashevsky 12 months ago
blocklength - blocklength 0.2.0
New features
A new function
nppi()has been added to the package. This function estimates the optimal block-length using the non-parametric plug-in (NPPI) method of Lahiri, Furukawa, Lee, (2007).A new S3 plot method
plot.nppi()has been added to the package. This function outputs a diagnostic plot for JAB point values calculated from the abovenppi()function.
- R
Published by Alec-Stashevsky about 1 year ago
blocklength - blocklength v0.1.5
Updates to documentation. No API changes.
- R
Published by Alec-Stashevsky almost 4 years ago
blocklength - blocklength 0.1.4
Bug Fixes
In
pwsd(),m_hatwas indexing the first insignificant lag of the correlation structure rather than the first significant lag prior to the consecutive run of insignificant lags.pwsd()andplot.pwsd()now output significance bands that matchrho_k_criticalexactly. Prior to this, the significance bands on the correlogram output were generated using theplot.acf(ci = )argument which led to misleading graphical representations of the implied hypothesis test's critical value in the PWSD method.In
hhj(),sub_block_lengthhas been changed tosub_sampleto avoid confusion with the other tuning parameter,pilot_block_length
Minor Changes
A new vignette has been included on tuning and diagnosing problematic output from the selection functions!
pwsd()now includes a new argument to override the implied hypothesis test by settingm_hatdirectly.In
pwsd(),rho.k.criticalhas been changed to snake caserho_k_criticalin the$parametersmatrix from output of class 'pwsd' objects frompwsd().In
hhj(), ifsubsample =is set directly it is now rounded to the nearest whole number.plot.pwsd()now includes "darkmagenta" significance lines to matchpwsd().plot.pwsd()now explicitly includes an option to customize title withmain = .hhj()now includes a warning message if the supplied iteration limitn_iteris reached but still outputs an object of class 'hhj.'
- R
Published by Alec-Stashevsky almost 5 years ago
blocklength - blocklength 0.1.3
v0.1.3 accepted to CRAN
- R
Published by Alec-Stashevsky about 5 years ago