SalmonForecastR / ForecastR-App

This is the ForecastR version set up for deployment to shinyapps.io
GNU General Public License v3.0
0 stars 1 forks source link

Feature Request: Allow user to chose custom probability levels for interval summaries (retro, boot, pred) #26

Open SOLV-Code opened 11 months ago

SOLV-Code commented 11 months ago

You can currently select the type of interval (retrospective, bootstrap, prediction), but not the percentile values in the display.

For example, on the "Explore" Tab, the forecast plot shows boxplot and violin plots, and the forecast table has standard percentiles of p10,p25,median, p75, and p90. These are (for now) hardwired into the app server.R (see line 671 at https://github.com/SalmonForecastR/ForecastR-App/blob/main/App%20Files/server.R).

A user request for ability to change CI levels came in. Starting this thread to discuss specific use case and pro/con of including.