Releases: gnu-octave/statistics-resampling
statistics-resampling-v5.5.0
Release with relatively minor changes:
- Added calculation of minimum false positive risk from p-values in AOVSTAT output of the
bootlm
function - Added calculation of minimum false positive risk from p-values calculated in
randtest2
and return them as the 3rd output argument. PERMSTAT is now the 4th (not 3rd output argument ofrandtest2
- Made change in
bootlm
to compute minimum false positive risk from multiplicity-adjusted p-values (not the original p-values) after posthoc tests - Added calculation of minimum false positive risk from p-values in the
boot1way
function and add them as 10th column to the C output argument. Note that the order of columns in C has changed; the t-ratio, multiplicity-adjusted p-value and the minimum false positive risk are the last three columns.
statistics-resampling-v5.4.4
Release of package with new package name
statistics bootstrap-v5.4.3
- various fixes for backwards compatibility
- updated binaries
- renamed
bootnhst
toboot1way
and introduced various improvements - made the
make
script more robust - added a message to PKG_ADD that package will be renamed in a future version
statistics bootstrap-v5.4.2
- fixed bug introduced into
test_script
in last release
statistics-bootstrap-v5.4.1
- Minor clarification to some documentation (various functions)
- Improved error checking in
randtest2
- Added ability in
randtest2
to specify functions other than the default (Wasserstein metric) and illustrate this extended functionality in extra demos
statistics-bootstrap-v5.4.0
- Added new functions:
bootclust
anddeffcalc
- For consistency with Matlab
bootci
, I have opted to change the default resampling from bootknife to bootstrap sampling and added the option to turn on bootknife resampling using the option name 'loo'. The option is also added to use stratified bootstrap resampling, using the option name 'strata'. - Added undocumented input argument to
bootknife
function to implement bootstrap (instead of bootknife) resampling. This is used byibootci
. - Added extra error checking to the
boot
m-file. - Minor bug fix to randtest2
statistics-bootstrap-v5.3.5
Minor bug fix to avoid doctest failures that occured due to '>>' characters in the documentation within the boot.m and bootknife.m function files
statistics-bootstrap-v5.3.3
Fixed a bug that caused an error when requesting model coefficients with the Bayesian bootstrap method
statistics-bootstrap-v5.3.2
NEWS:
- Moved sampszcalc function from inst/param to /inst
- Moved code out of bootbayes into separate function called credint
- Fixed bug caused by infinite values in input to bootcdf
Changes to bootlm: - Added predictor levels and contrasts to STATS output (for regression coefficients)
- The order of DIM input argument to bootlm determines the order of estimated marginal means and posthoc tests in the output
- Added support for parallel processing to enhance performance of for some of the bootstrap computations in bootlm
- Minor changes to coefficient names in bootlm
- Made the default contrast coding 'treatment'
- Added ability to specify variable names in cell array for 'dim' input argument to bootlm
- bootlm output now reports N (number of independent sampling units instead of n)
- Added bootstrap estimate of prediction error
- Corrected calculation of N in STATS output of bootlm
- Improved robustness when flattening nested cell arrays of coefficient names (bootlm)
- Minor improvement to formula presentation in bootlm
- Minor changes to help information in bootlm
- Added more tests and demos to bootlm
- Tidied up some code and variable names
statistics-bootstrap-v5.3.1
New functions:
/inst/bootcdf.m
/inst/randtest2.m
/inst/bootlm.m
/inst/param/sampszcalc.m
Removed:
/inst/octave/bootcoeff.m (functionality now in bootlm.m)
/inst/octave/bootemm.m (functionality now in bootlm.m)
Improvements or bug fixes:
small change of behaviour to boot.mex and boot.m when NBOOT is only 1
small changes to bootwild.m and bootbayes.m functions
minor syntax changes to the code in various functions
fixed bug in DESCRIPTION file caused by illegal character