Sunspot Number Prediction/Forecast​ing via a Hybrid Regression-Neural Network Based Model

版本 1.1.0.0 (3.7 KB) 作者: Daniel Okoh
The program predicts/forecasts smoothed sunspot numbers for dates specified by user
243.0 次下载
更新时间 2018/3/28

查看许可证

The program is used to predict/forecast sunspot numbers based on dates input by user. The main program to run is named Main_Program.m. Users should input the dates for their desired SSN predictions in line 2 of the program. The dates are expressed as years (or as year fractions). For example, if a user desires the SSN for 11th January 2019, then the date is entered as 2019+11/365.
Users can also enter a range of dates by using the MATLAB colon operator (:). For example, to request the SSN for all days from years 2018 to middle of 2019, the user should input 2018:1/365:2019.5.
The model is based on a Hybrid Regression-Neural Network (HR-NN) Method for forecasting SSN (detailed in an article in preparation)
SSN Outputs/Predictions are written to a file named Output_SSN_Predictions.txt created within the same folder where the program is ran from.
For this version of the program, reliable prediction is recommended between years 1824 and 2020.

引用格式

Daniel Okoh (2024). Sunspot Number Prediction/Forecasting via a Hybrid Regression-Neural Network Based Model (https://www.mathworks.com/matlabcentral/fileexchange/65686-sunspot-number-prediction-forecasting-via-a-hybrid-regression-neural-network-based-model), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dates and Time 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

SSN Predictions/

版本 已发布 发行说明
1.1.0.0

The precursor Ap index for Solar Cycle 25 is roughly estimated as 5.6 nT for this version (version 1.1). In the previous version (version 1.0), the value was arbitrarily chosen as 10.8 nT (the mean of year 2017 Ap values).

1.0.0.0

First program update