File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ articles:
1616      - backtesting 
1717      - arx-classifier 
1818      - update 
19-       - guts 
2019  - title : Advanced methods 
2120    contents :
2221      - articles/smooth-qr 
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ all_flatlines <- lapply(
229229      outcome = "death_rate", 
230230      args_list = flatline_args_list( 
231231        ahead = days_ahead, 
232-         quantile_levels = c(0.05, 0.95) 
232+         quantile_levels = c(0.05, 0.5, 0. 95) 
233233      ) 
234234    ) 
235235  } 
@@ -244,7 +244,6 @@ autoplot(
244244  plot_data = covid_case_death_rates |> filter(geo_value %in% used_locations, time_value > "2021-07-01") 
245245) 
246246``` 
247- _ ** the problem is only occurring in the plot, not the underlying prediction** _ 
248247
249248Note that the ` cdc_baseline_forecaster `  is a slight modification of this method
250249for use in [ the CDC COVID19 Forecasting Hub] ( https://covid19forecasthub.org/ ) .
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments