Recursive Bayesian Estimation of Irradiance Components
"Probabilistic Estimation of Irradiance Components: A State Space Framework to Integrate Empirical Models, Forecasts, and Imperfect Sensor Measurements", Martin Herrerias Azcue & Annette Hammer. ISES SWC 2021, 28.10.2021.
git clone --recurse-submodules git@github.com:martinherrerias/radiance_RBE.git
addpath(genpath('matlab-pvmeteo'));
addpath(genpath('external'));
solardat.uoregon.edu,
and unpack .csv files directly into the data
folder.
UO_batch_read.m
: Read, format and automatic QC of dataprior_fit_test_EUO.m
: Fit and test Transition Probability AKD estimatesinverse_transposition_test_EUO.m
: Test full RBE algorithm
I'll be happy to help getting it going, and will really appreciate the feedback.
Matlab 2020a, with possibly the following toolboxes:
- Control System Toolbox
- Optimization Toolbox
- Signal Processing Toolbox
- Mapping Toolbox
- Statistics and Machine Learning Toolbox
- Financial Toolbox
- Econometrics Toolbox