Brian Head
03/25/2025, 9:39 PMmlf.preprocess
and looking at my transformations, I'm seeing a few things I'm wondering about. They are:
• How do I have values for lags that don't exist? For example, a lag of 1 in the same line as the first value not being null.
• Same with expanding means and seasonal means.
• Maybe this is causing the issue I'm seeing with expanding mean or maybe not. I thought an expanding mean was the mean for all values up to a position of interest. So, in row 3 of a series it'd be the mean of rows 1-3. No? I'm seeing different for the expanding mean that I calculate using the above understanding.
Appreciate any help.
Thanks