Weiming-Hu / AnalogsEnsemble

The C++ and R packages for parallel ensemble forecasts using Analog Ensemble
https://weiming-hu.github.io/AnalogsEnsemble/
MIT License
18 stars 5 forks source link

RAnEn with different predictor weights for each point #54

Closed LMXB closed 5 years ago

LMXB commented 5 years ago

The RAnEn package uses the same predictor weights for all stations/points. However, the related predictors and the corresponding weights might be dependent on locations. Is it possible to change the weight for each predictor-station combination? It seems to be easy for the independent search case (i.e., search for each location), but I don't how to deal with it with search space extension. Thank you very much in advance.

Weiming-Hu commented 5 years ago

It is not possible to change weights for different locations in the current implementation. The easiest way to do is probably compute each location separately with the weight combination that you want.