Day |
The DayNormalization type exposes the following members.
Name | Description | |
---|---|---|
None | For no day normalization at all, this works fine for InputData with periods that are all the same length, but not so well for data with periods of different length. | |
Unweighted | For InputData with periods of different length this is typically better than using no day normalization at all, but it's not as good as the Weighted option. | |
Weighted | The recommended option, this gives the best results for InputData with periods of different length, and the weighting makes no difference if the periods are all the same length. |