Specification of scenarios of a solarModel

solarScenario_residuals(spec, nsim = 1, seed = 1)

Note

Version 1.0.2

Examples

model <- solarModel$new(spec)
model$fit()
#> No outliers!
# Specification
spec <- solarScenario_spec$new(model)
solarScenario_residuals(spec, 4, 1)
#> # A tibble: 4 × 4
#>    seed  nsim X                  B                 
#>   <dbl> <int> <list>             <list>            
#> 1     1     1 <tibble [365 × 2]> <tibble [365 × 2]>
#> 2     1     2 <tibble [365 × 2]> <tibble [365 × 2]>
#> 3     1     3 <tibble [365 × 2]> <tibble [365 × 2]>
#> 4     1     4 <tibble [365 × 2]> <tibble [365 × 2]>