REVIEW 4 major objections 5 minor 40 references
Context-Aware Conformal Prediction recalibrates black-box day-ahead solar forecasts by weighting past errors by how similar their context is to the current forecast, yielding materially narrower prediction intervals that still hit target co
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-04 09:19 UTC pith:WMPITZEB
load-bearing objection Useful applied conformal forecasting paper, but the daily tuning budget CACP gets (and baselines don't) likely explains part of the claimed width gains. the 4 major comments →
Enhanced Renewable Energy Forecasting using Context-Aware Conformal Prediction
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
CACP makes calibration local. For a test point with context vector x_t, each calibration sample tau receives a weight psi(x_t, x_tau); the prediction interval is built from the weighted 1-alpha quantile of the calibration conformity scores (the signed distances of past observations from the base model's interval). The context vector combines recent actual generation, sine-cosine embeddings of hour, day, and month, and the normalized phase of the solar day. Three weight functions are studied: an RBF kernel, k-means cluster membership, and k-nearest neighbors. The paper's experiments show that this local weighting produces intervals that are roughly 30% narrower than CQR's on one of the three
What carries the argument
The weighted conformity quantile is the mechanism that carries the argument. Instead of taking the global quantile of all calibration conformity scores, CACP forms a weighted empirical distribution in which each sample's weight is proportional to psi(x_t, x_tau), a non-negative similarity between the test context and the calibration context; the adjusted interval is then the base interval widened or narrowed by the weighted score quantile. The context covariate x_t is the concatenation of recent actuals, hour/day/month sine-cosine embeddings, and the normalized solar-day phase. This is what converts a global recalibration into a locally adaptive one, and it is what the paper credits for both
Load-bearing premise
The load-bearing premise is that similar context features imply similar forecast-error distributions, and that the preceding week's data is representative of the next day's error regime; if either fails, CACP's local weighting is no better than a seasonal recalibrator and the reported sharpness gains can disappear.
What would settle it
Hold out a period of unusual weather (e.g., widespread cloud or a storm) whose error regime is not captured by hour, season, recent actuals, or solar-day phase, and compare CACP's conditional coverage on those days with CQR's; if CACP's coverage falls materially below target while CQR holds, the similarity premise is false. Concretely, one could take days where the base forecast's error is large despite the context features looking normal, and check whether the weighted quantile still tracks the empirical error.
If this is right
- Black-box and vendor-supplied solar forecasts can be made more reliable by a post-processing layer that uses only historical forecast quantiles, actuals, and timestamps, without retraining or accessing the base model.
- On the paper's numbers, CACP at 90% coverage reduces average interval width by about 30% relative to CQR on one of the three systems (0.0908 vs 0.1298) while keeping empirical coverage above target, giving operators tighter uncertainty bands for the same promised reliability.
- Hour-by-hour coverage stays close to the 80% target across all daylight hours, correcting the systematic undercoverage in the morning and evening and the overcoverage at midday that the baselines show.
- The daily re-tuning and feature-selection loop makes CACP track seasonal and weather-driven drift without a heavy compute budget; this is a direct route to adaptive calibration in operational settings.
- Because CACP operates on generic conformity scores, the same method applies to any quantile-based forecaster, not just the solar model tested here.
Where Pith is reading between the lines
- A testable extension: compare CACP against a CQR variant that is re-tuned daily on the same seven-day validation window; if the gap narrows, part of the reported gain comes from the larger model-selection budget rather than the weighting itself.
- The same context-feature template could be applied to wind or load forecasting by replacing solar-day phase with the relevant daily cycle; the paper lists these as future work and nothing in the mechanism prevents it.
- The hour-of-day analysis implies a diagnostic use: CACP's shifting conformity-score distribution reveals when the base model is systematically overconfident (midday) or underconfident (evening), which an operator could use to flag model weaknesses, not just to build intervals.
- The conformal guarantee under exchangeability does not automatically transfer to these data-dependent weights, so a deployment should pair CACP with online coverage monitoring rather than assuming fixed coverage.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Context-Aware Conformal Prediction (CACP), a post-hoc calibration layer for probabilistic day-ahead solar forecasts. CACP computes similarity weights between the test covariates and each calibration sample (via RBF/Laplacian kernels, KMeans, or KNN), forms a weighted quantile of conformity scores (Eq. 9), and dynamically re-tunes hyperparameters and feature subsets on a rolling validation week (Sec. III-C). Experiments on NREL's 2019 datasets for MISO, ERCOT, and SPP, at both site and system level, compare CACP against NREL raw forecasts, CQR, AdaptiveCP, NexCP, and HopCPT. The reported tables show that CACP variants achieve the lowest Winkler scores in essentially every ISO, coverage level, and aggregation setting; for example, MISO system-level 90% WS is 0.1065 for CACP-KNN versus 0.1262 for HopCPT and 0.1386 for CQR, with PICP around 91.2%.
Significance. If the empirical results are taken at face value, the paper offers a practically valuable contribution: a lightweight, model-agnostic calibration layer that improves interval sharpness while maintaining empirical coverage, without retraining the base forecast model. The large-scale evaluation across three U.S. ISOs, two aggregation levels, multiple coverage targets, and several strong baselines is a genuine strength, and the consistency of the WS improvements is striking. However, the central attribution of the gains to the context-aware weighting mechanism is not yet established, because CACP receives a much larger model-selection budget than the baselines, and because the weighted-quantile procedure is presented without a validity condition. With appropriate ablations and uncertainty quantification, this could become a solid applied contribution; in its current form, the evidence supports the existence of a useful post-hoc calibration procedure but not the specific mechanism claimed.
major comments (4)
- [Sec. III-C, Table I, Sec. IV-A] Unequal model-selection budget confounds the central claim. CACP performs daily hyperparameter optimization and feature selection over a large grid (RBF/Laplacian kernel with gamma in {0.5,1,2}, KMeans K in {3,5,8,12}, KNN k in {50,100,200,500,1000}, plus feature subsets), while the baselines have fixed or near-fixed hyperparameters. Tables II-III therefore compare a heavily tuned method against essentially untuned baselines. The reported gains may reflect the additional tuning budget rather than the similarity-weighting mechanism. Please provide an ablation that fixes CACP's hyperparameters (or limits tuning to the same frequency/budget as the baselines), and/or give the baselines the same daily selection budget. Also report the features and hyperparameters selected over time, and their stability, to demonstrate that the weighting mechanism itself is the driver.
- [Sec. III-A, Eqs. (8)-(9)] No coverage guarantee is established for the weighted quantile. In the weighted conformal prediction theory of [2], finite-sample validity requires weights proportional to known likelihood ratios. Here the weights are arbitrary similarity functions of the test covariate and calibration covariates, so the theoretical guarantee does not transfer. The paper should state explicitly that CACP is a heuristic procedure whose coverage is only empirical, or give a specific assumption (e.g., conditional exchangeability given the context features) under which the weighted quantile is calibrated. This matters because the title and the 'reliability' claim imply a conformal guarantee, and readers may otherwise assume the validity result of [2] applies.
- [Sec. IV-A, Sec. V-A, Tables II-III] The evaluation lacks uncertainty quantification. All metrics are single point estimates over one year, with no standard errors, confidence intervals, or significance tests across sites or days. Given the strong temporal autocorrelation and the modest differences in some comparisons (e.g., SPP 60% WS 0.0865 for both CACP-KNN and CACP-Kernel), the reader cannot judge whether the reported advantages are statistically reliable. Please report per-site or per-day distributions of the metrics and perform appropriate paired tests, at least for the main WS comparisons.
- [Sec. III-C, Sec. IV-A] Potential overlap between tuning and calibration sets. The paper states that 'for each test day, the preceding week serves as the validation set (for parameter tuning), while calibration is performed using all data available prior to that day.' If the calibration set includes the tuning week, then the hyperparameters are selected on a subset of the calibration data, which can bias the empirical coverage estimates. Please clarify whether the validation week is excluded from the calibration set, and if not, rerun the evaluation with the validation week excluded or otherwise account for the overlap.
minor comments (5)
- [Sec. III-B1, Eq. (13)] The definition of H^l_{t,k} is ambiguous: the notation 'past k observations with a lag l' and the bracket [y_{t-l}, ..., y_{t-l-k}] implies k+1 entries. Please clarify the indexing.
- [Sec. IV-B, Eq. (17)] The Hopfield loss in Eq. (17) is hard to parse: the norm notation and the dimensions of A and s_{1:T} are not defined. Please spell out the matrix/vector dimensions and the meaning of |s_{1:T}|.
- [Fig. 4 / Table IV] Inconsistent date: Fig. 4 says '2019-04-20' while Table IV says '2019-04-2'. Please align.
- [Sec. III-C] Typo: 'off-the-self' should be 'off-the-shelf'. Also, 'hypertuning' is nonstandard; consider 'hyperparameter tuning'.
- [General] No code or data availability statement is provided. For an applied forecasting paper, a link to the code and preprocessed data would substantially aid reproducibility.
Circularity Check
No significant circularity; CACP's intervals are out-of-sample weighted quantiles, with only non-load-bearing self-citations.
full rationale
The derivation chain is self-contained. The central object, Eq. (9), defines the conformal adjustment as a weighted quantile of calibration conformity scores, with weights given by Eq. (8). This is the method's definition rather than a hidden reduction: the weights depend on covariates x_t, x_tau, not on the test outcomes y_t. The reported PICP/AIW/WS metrics are evaluated on T_test after daily recalibration; per Sec. IV-A, the preceding week is the validation set for tuning, while calibration uses all data prior to the test day, so the headline reliability/efficiency improvement is an empirical out-of-sample claim, not an identity. The dynamic hypertuning and feature selection in Sec. III-C maximize validation-set Winkler score, but they do not fit the test-day outcomes. The only self-citations, [18] and [39], appear in the introduction as examples of scenario-generation literature and are not load-bearing for the coverage, sharpness, or weighting claims; no uniqueness theorem or ansatz is imported from the authors' prior work. Reference [2] is external and used only for background. The strongest concern raised by the paper's design — that CACP receives a much larger daily hyperparameter/feature-selection budget than the baselines — is a comparison-fairness and attribution issue, not a circularity: it does not make the output equivalent to its inputs by construction. Accordingly, no circular step is exhibited, and the self-citations are too peripheral to raise the score beyond the low end of the normal range.
Axiom & Free-Parameter Ledger
free parameters (5)
- RBF/Laplacian kernel bandwidth gamma (and kernel type) =
not reported; search space {0.5, 1.0, 2.0}
- KMeans cluster count K =
not reported; search {3, 5, 8, 12}
- KNN neighbor count k =
not reported; search {50, 100, 200, 500, 1000}
- Feature subset selection =
selected subset not reported
- Historical-actuals lag l and window k (Eq. 13) =
unspecified
axioms (4)
- standard math Weighted quantile of conformity scores yields calibrated intervals (Barber et al. 2023 framework)
- domain assumption Covariate similarity in the chosen features implies similarity of conformity-score distributions (local stationarity)
- standard math The CQR conformity score in Eq. (5) correctly captures the base model's miscalibration
- domain assumption NREL PERFORM forecasts/actuals and the sunrise/sunset data are accurate and 2019 is representative
read the original abstract
Artificial intelligence (AI) is increasingly used to support renewable energy forecasting and grid operations. As renewable penetration grows, reliable probabilistic forecasting is becoming essential for managing uncertainty and supporting risk-aware operational decision-making. However, these forecasts often suffer from miscalibration due to temporal variability, changing weather conditions, and heterogeneous operating regimes. In many real-world settings, renewable energy forecasts are provided by external sources, vendors, or independently trained systems, making retraining infeasible because of limited model access or computational constraints. This creates a need for efficient and model-agnostic methods that can improve forecast reliability after they are produced. This paper presents Context-Aware Conformal Prediction (CACP), a framework for calibrating renewable energy forecasts. The proposed method relies on a weighting mechanism during the calibration procedure which assigns higher weights to historical observations that are more similar to the target forecasting condition. This enables adaptive prediction intervals that reflect local uncertainty regimes without requiring access to, or retraining of, the underlying forecasting model. Experiments are performed on a large-scale dataset from National Renewable Energy Laboratory (NREL) day-ahead solar forecasting, covering multiple systems including MISO, ERCTO, and SPP. The results show that CACP improves the reliability-efficiency tradeoff at both site and system levels compared to NREL's base forecasting model and the other conformal prediction baselines. These results suggest that CACP can serve as a practical reliability-enhancement layer for trustworthy AI-enabled renewable energy forecasting and operational decision support.
Figures
Reference graph
Works this paper leans on
-
[1]
Conformal prediction for time series with modern hopfield networks.Advances in Neural Informa- tion Processing Systems, 36:56027–56074, 2023
Andreas Auer, Martin Gauch, Daniel Klotz, and Sepp Hochreiter. Conformal prediction for time series with modern hopfield networks.Advances in Neural Informa- tion Processing Systems, 36:56027–56074, 2023
2023
-
[2]
Conformal prediction beyond exchangeability.The Annals of Statistics, 51(2):816–845, 2023
Rina Foygel Barber, Emmanuel J Candes, Aaditya Ram- das, and Ryan J Tibshirani. Conformal prediction beyond exchangeability.The Annals of Statistics, 51(2):816–845, 2023
2023
-
[3]
Confor- malized time series with semantic features.Advances in Neural Information Processing Systems, 37:121449– 121474, 2024
Baiting Chen, Zhimei Ren, and Lu Cheng. Confor- malized time series with semantic features.Advances in Neural Information Processing Systems, 37:121449– 121474, 2024
2024
-
[4]
Data- driven scenario generation of renewable energy produc- tion based on controllable generative adversarial net- works with interpretability.Applied Energy, 308:118387, 2022
Wei Dong, Xianqing Chen, and Qiang Yang. Data- driven scenario generation of renewable energy produc- tion based on controllable generative adversarial net- works with interpretability.Applied Energy, 308:118387, 2022
2022
-
[5]
Probabilistic solar power forecasting using bayesian model averaging.IEEE Transactions on Sustainable Energy, 12(1):325–337, 2020
Kate Doubleday, Stephen Jascourt, William Kleiber, and Bri-Mathias Hodge. Probabilistic solar power forecasting using bayesian model averaging.IEEE Transactions on Sustainable Energy, 12(1):325–337, 2020
2020
-
[6]
Adaptive conformal inference under distribution shift.Advances in Neural Information Processing Systems, 34:1660–1672, 2021
Isaac Gibbs and Emmanuel Candes. Adaptive conformal inference under distribution shift.Advances in Neural Information Processing Systems, 34:1660–1672, 2021
2021
-
[7]
Probabilistic forecasts, calibration and sharp- ness.Journal of the Royal Statistical Society Series B: Statistical Methodology, 69(2):243–268, 2007
Tilmann Gneiting, Fadoua Balabdaoui, and Adrian E Raftery. Probabilistic forecasts, calibration and sharp- ness.Journal of the Royal Statistical Society Series B: Statistical Methodology, 69(2):243–268, 2007
2007
-
[8]
Probabilistic forecasting.Annual Review of Statistics and Its Applica- tion, 1(1):125–151, 2014
Tilmann Gneiting and Matthias Katzfuss. Probabilistic forecasting.Annual Review of Statistics and Its Applica- tion, 1(1):125–151, 2014
2014
-
[9]
Probabilistic solar forecasting: Benchmarks, 9 post-processing, verification.Solar Energy, 252:72–80, 2023
Tilmann Gneiting, Sebastian Lerch, and Benedikt Schulz. Probabilistic solar forecasting: Benchmarks, 9 post-processing, verification.Solar Energy, 252:72–80, 2023
2023
-
[10]
Very short-term nonparametric probabilistic forecasting of renewable energy generation—with application to solar energy.IEEE Transactions on Power Systems, 31(5):3850–3863, 2016
Faranak Golestaneh, Pierre Pinson, and Hoay Beng Gooi. Very short-term nonparametric probabilistic forecasting of renewable energy generation—with application to solar energy.IEEE Transactions on Power Systems, 31(5):3850–3863, 2016
2016
-
[11]
Probabilistic en- ergy forecasting: Global energy forecasting competition 2014 and beyond, 2016
Tao Hong, Pierre Pinson, Shu Fan, Hamidreza Zareipour, Alberto Troccoli, and Rob J Hyndman. Probabilistic en- ergy forecasting: Global energy forecasting competition 2014 and beyond, 2016
2014
-
[12]
Energy forecasting: A review and outlook.IEEE Open Access Journal of Power and Energy, 7:376–388, 2020
Tao Hong, Pierre Pinson, Yi Wang, Rafał Weron, Dazhi Yang, and Hamidreza Zareipour. Energy forecasting: A review and outlook.IEEE Open Access Journal of Power and Energy, 7:376–388, 2020
2020
-
[13]
A novel day-ahead regional and probabilistic wind power forecasting framework using deep cnns and conformalized regression forests
Jef Jonkers, Diego Nieves Avendano, Glenn Van Wallen- dael, and Sofie Van Hoecke. A novel day-ahead regional and probabilistic wind power forecasting framework using deep cnns and conformalized regression forests. Applied Energy, 361:122900, 2024
2024
-
[14]
Kernel-based optimally weighted conformal prediction intervals.arXiv preprint arXiv:2405.16828, 2024
Jonghyeok Lee, Chen Xu, and Yao Xie. Kernel-based optimally weighted conformal prediction intervals.arXiv preprint arXiv:2405.16828, 2024
arXiv 2024
-
[15]
Windgmmn: Scenario forecasting for wind power using generative moment matching networks.IEEE transac- tions on artificial intelligence, 3(5):843–850, 2021
Wenlong Liao, Zhe Yang, Xinxin Chen, and Yaqi Li. Windgmmn: Scenario forecasting for wind power using generative moment matching networks.IEEE transac- tions on artificial intelligence, 3(5):843–850, 2021
2021
-
[16]
Use of physics to improve solar forecast: Part ii, machine learning and model interpretability.Solar Energy, 244:362–378, 2022
Weijia Liu, Yangang Liu, Tao Zhang, Yongxiang Han, Xin Zhou, Yu Xie, and Shinjae Yoo. Use of physics to improve solar forecast: Part ii, machine learning and model interpretability.Solar Energy, 244:362–378, 2022
2022
-
[17]
Assessing the perfor- mance of deep learning models for multivariate proba- bilistic energy forecasting.Applied Energy, 285:116405, 2021
Aleksei Mashlakov, Toni Kuronen, Lasse Lensu, Arto Kaarna, and Samuli Honkapuro. Assessing the perfor- mance of deep learning models for multivariate proba- bilistic energy forecasting.Applied Energy, 285:116405, 2021
2021
-
[18]
Alireza Moradi, Mathieu Tanneau, Reza Zandehshahvar, and Pascal Van Hentenryck. Enhanced renewable energy forecasting and operations through probabilistic forecast aggregation.arXiv preprint arXiv:2502.07010, 2025
Pith/arXiv arXiv 2025
-
[19]
Renewable energy sources—modeling and forecasting
Juan M Morales, Antonio J Conejo, Henrik Madsen, Pierre Pinson, and Marco Zugno. Renewable energy sources—modeling and forecasting. InIntegrating Re- newables in Electricity Markets: Operational Problems, pages 15–56. Springer, 2013
2013
-
[20]
Wind power forecasting using attention-based gated recurrent unit network.Energy, 196:117081, 2020
Zhewen Niu, Zeyuan Yu, Wenhu Tang, Qinghua Wu, and Marek Reformat. Wind power forecasting using attention-based gated recurrent unit network.Energy, 196:117081, 2020
2020
-
[21]
En- hancing the reliability of probabilistic pv power forecasts using conformal prediction.Solar Energy Advances, 4:100059, 2024
Yvet Renkema, Lennard Visser, and Tarek AlSkaif. En- hancing the reliability of probabilistic pv power forecasts using conformal prediction.Solar Energy Advances, 4:100059, 2024
2024
-
[22]
Conformalized quantile regression.Advances in neural information processing systems, 32, 2019
Yaniv Romano, Evan Patterson, and Emmanuel Candes. Conformalized quantile regression.Advances in neural information processing systems, 32, 2019
2019
-
[23]
ARPA-E PERFORM datasets, 2022
Brian Sergi et al. ARPA-E PERFORM datasets, 2022
2022
-
[24]
Direct interval forecast of uncertain wind power based on recur- rent neural networks.IEEE Transactions on Sustainable Energy, 9(3):1177–1187, 2017
Zhichao Shi, Hao Liang, and Venkata Dinavahi. Direct interval forecast of uncertain wind power based on recur- rent neural networks.IEEE Transactions on Sustainable Energy, 9(3):1177–1187, 2017
2017
-
[25]
Soman, Hamidreza Zareipour, Om Malik, and Paras Mandal
Saurabh S. Soman, Hamidreza Zareipour, Om Malik, and Paras Mandal. A review of wind power and wind speed forecasting methods with different time horizons. InNorth American Power Symposium 2010, pages 1–8, 2010
2010
-
[26]
A review of wind power and wind speed forecasting methods with different time horizons
Saurabh S Soman, Hamidreza Zareipour, Om Malik, and Paras Mandal. A review of wind power and wind speed forecasting methods with different time horizons. InNorth American power symposium 2010, pages 1–8. IEEE, 2010
2010
-
[27]
The future of forecasting for renewable energy.Wiley Interdisciplinary Reviews: Energy and Environment, 9(2):e365, 2020
Conor Sweeney, Ricardo J Bessa, Jethro Browell, and Pierre Pinson. The future of forecasting for renewable energy.Wiley Interdisciplinary Reviews: Energy and Environment, 9(2):e365, 2020
2020
-
[28]
A review of very short-term wind and solar power forecasting.Renewable and Sustainable Energy Reviews, 153:111758, 2022
Rosemary Tawn and Jethro Browell. A review of very short-term wind and solar power forecasting.Renewable and Sustainable Energy Reviews, 153:111758, 2022
2022
-
[29]
Conformal prediction under covariate shift.Advances in neural information process- ing systems, 32, 2019
Ryan J Tibshirani, Rina Foygel Barber, Emmanuel Can- des, and Aaditya Ramdas. Conformal prediction under covariate shift.Advances in neural information process- ing systems, 32, 2019
2019
-
[30]
Springer, 2005
Vladimir V ovk, Alexander Gammerman, and Glenn Shafer.Algorithmic learning in a random world, vol- ume 29. Springer, 2005
2005
-
[31]
Conformal asymmetric multi-quantile generative transformer for day-ahead wind power interval prediction.Applied Energy, 333:120634, 2023
Wei Wang, Bin Feng, Gang Huang, Chuangxin Guo, Wenlong Liao, and Zhe Chen. Conformal asymmetric multi-quantile generative transformer for day-ahead wind power interval prediction.Applied Energy, 333:120634, 2023
2023
-
[32]
A review of wind speed and wind power forecasting with deep neural networks.Applied energy, 304:117766, 2021
Yun Wang, Runmin Zou, Fang Liu, Lingjun Zhang, and Qianyi Liu. A review of wind speed and wind power forecasting with deep neural networks.Applied energy, 304:117766, 2021
2021
-
[33]
A stacked gru-rnn-based approach for predict- ing renewable energy and electricity load for smart grid operation.IEEE Transactions on Industrial Informatics, 17(10):7050–7059, 2021
Min Xia, Haidong Shao, Xiandong Ma, and Clarence W De Silva. A stacked gru-rnn-based approach for predict- ing renewable energy and electricity load for smart grid operation.IEEE Transactions on Industrial Informatics, 17(10):7050–7059, 2021
2021
-
[34]
An overview of deterministic and probabilistic forecasting methods of wind energy
Yuying Xie, Chaoshun Li, Mengying Li, Fangjie Liu, and Meruyert Taukenova. An overview of deterministic and probabilistic forecasting methods of wind energy. Iscience, 26(1), 2023
2023
-
[35]
Conformal prediction interval for dynamic time-series
Chen Xu and Yao Xie. Conformal prediction interval for dynamic time-series. InInternational Conference on Machine Learning, pages 11559–11569. PMLR, 2021
2021
-
[36]
Conformal prediction for time se- ries.IEEE transactions on pattern analysis and machine intelligence, 45(10):11575–11587, 2023
Chen Xu and Yao Xie. Conformal prediction for time se- ries.IEEE transactions on pattern analysis and machine intelligence, 45(10):11575–11587, 2023
2023
-
[37]
Sequential predictive conformal inference for time series
Chen Xu and Yao Xie. Sequential predictive conformal inference for time series. InInternational Conference on Machine Learning, pages 38707–38727. PMLR, 2023
2023
-
[38]
A short- term wind power forecasting approach with adjustment of numerical weather prediction input by data mining
Qianyao Xu, Dawei He, Ning Zhang, Chongqing Kang, Qing Xia, Jianhua Bai, and Junhui Huang. A short- term wind power forecasting approach with adjustment of numerical weather prediction input by data mining. 10 IEEE Transactions on sustainable energy, 6(4):1283– 1291, 2015
2015
-
[39]
Weather-informed prob- abilistic forecasting and scenario generation in power systems.Applied Energy, 384:125369, 2025
Hanyu Zhang, Reza Zandehshahvar, Mathieu Tanneau, and Pascal Van Hentenryck. Weather-informed prob- abilistic forecasting and scenario generation in power systems.Applied Energy, 384:125369, 2025
2025
-
[40]
Review on probabilistic forecasting of wind power generation
Yao Zhang, Jianxue Wang, and Xifan Wang. Review on probabilistic forecasting of wind power generation. Renewable and Sustainable Energy Reviews, 32:255– 270, 2014
2014
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.