lidom / ffscb

R-package ffscb: fast n' fair simultaneous confidence bands for functional parameters. The statistical theory and methodology is described in our paper https://arxiv.org/abs/1910.00131. A description of the functions in our R-package can be found at www.dliebl.com/ffscb/.
http://www.dliebl.com/ffscb/
Other
5 stars 1 forks source link

Error Check for length(tau) == grid.size #2

Open creutzml opened 2 years ago

creutzml commented 2 years ago

If tau and grid.size are of differing lengths when using fd objects, it will trip an error at the end when binding the mean and bands.

1

creutzml commented 2 years ago

Updated the code to plot.confidence_band.R as well. It currently allows the user to plot an fd object band, but until fda::plot.fd is updated, it will not allow the user to select colors.

1