Click or drag to resize

DayNormalization Fields

The DayNormalization type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberNone 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.
Public fieldStatic memberUnweighted 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.
Public fieldStatic memberWeighted 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.
Top
See Also