NEWS
GET 1.0-3 (2024-08-19)
- Update GET.distrequal by adding methods of Konstantinou et al. (https://doi.org/10.48550/arXiv.2403.01838)
GET 1.0-2 (2024-05-01)
- Citation updates required by CRAN (refer to arXiv e-prints via their arXiv DOI)
GET 1.0-1
- Add function global_rq.
- Add vignette QuantileRegression
GET 1.0 (2024-01-19)
- Add argument 'typeone' to global_envelope_test: the default 'fwer' corresponds to the previously available global envelope tests,
as specified by the argument 'type', while 'fdr' allows computation of FDR envelopes
- The argument 'typeone' was removed from graph.flm and frank.flm; it should be now passed to global_envelope_test in GET.args.
- Add curve_set function, with functionality similar to create_curve_set
- Add geom_central_region
- Add as.curve_set
- Rename GET.necdf -> GET.distrequal
GET 0.5 (2023-09-29)
- Faster versions of graph.flm and frank.flm.
- Added new option contrasts = NULL to graph.flm.
- New vignette on HotSpots added.
- Add argument triangineq for fclustering (to allow faster computation, when it is fine not to check the triangineq condition).
- Other minor changes