Skip to contents

The parameter combinations generated by list_edge_alphas() encode a set of important edge cases between which a threedx model can interpolate.

Usage

list_edge_alphas()

Value

A data frame with columns alpha, alpha_seasonal, and alpha_seasonal_decay, and five rows; all values are between 0 and 1

Examples

list_edge_alphas()
#>   alpha alpha_seasonal alpha_seasonal_decay
#> 1     0              0                    0
#> 2     1              0                    0
#> 3     0              1                    1
#> 4     0              1                    0
#> 5     0              0                    1