Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
forecasting:meeting_minutes_october_25_2016 [2016/10/26 03:01] jobatake [Expectations] |
forecasting:meeting_minutes_october_25_2016 [2021/09/19 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Forecasting Meeting Minutes for Week of October 18, 2016 ====== | + | ====== Forecasting Meeting Minutes for Week of October 25, 2016 ====== |
- | ** Present Monday: Austin, Gordon, Brieanna, Jaimie ** | + | ** Present Tuesday: Austin, Gordon, Brieanna, Jaimie ** |
- | ** Present Tuesday: Gordon, Brieanna, Jaimie ** | + | ** Present Wednesday: ** |
===== Updates ===== | ===== Updates ===== | ||
Line 19: | Line 19: | ||
* Samples along diagonal of correlation matrix should be similar | * Samples along diagonal of correlation matrix should be similar | ||
* Like toeplitz matrix | * Like toeplitz matrix | ||
- | * Right hand corner needs to be 1 | + | * Right-hand bottom corner needs to be 1 |
* Number of columns (m) in array rows (n) | * Number of columns (m) in array rows (n) | ||
* Number of times you are doing prediction | * Number of times you are doing prediction | ||
* Estimate 9-5 (8 hours, every 5 mins, 96 solar irradiance times/day *365 days/year= 35040 solar irradiance data points/year) | * Estimate 9-5 (8 hours, every 5 mins, 96 solar irradiance times/day *365 days/year= 35040 solar irradiance data points/year) | ||
* Diagonals same and symmetrical | * Diagonals same and symmetrical | ||
+ | * 1's on bottom are for the zenith normalized data | ||
+ | * Do not need for the statistically normalized data | ||
+ | |||
+ | |||
+ | * Types of Prediction: | ||
+ | * Average | ||
+ | * Persistence: Most recent value for prediction (tap=1) | ||
+ | |||
* Python programming help from Sharif tomorrow | * Python programming help from Sharif tomorrow | ||
- | * MSE value | + | * MSE value: D-Y=E(365*96) |
+ | * Inner product of E/entries = 2D array | ||
+ | * (Sum |E|^2)^.5 | ||
* Root Mean Squared Working this week | * Root Mean Squared Working this week | ||
* Training to use same data for RMS | * Training to use same data for RMS | ||
Line 42: | Line 52: | ||
* Winter 2011/2012, Spring 2011/2012, Summer 2011/2012, and Fall 2011/2012 | * Winter 2011/2012, Spring 2011/2012, Summer 2011/2012, and Fall 2011/2012 | ||
* Interested in power solar panels will be making | * Interested in power solar panels will be making | ||
+ |