Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIAS CORRECTION FOR MULTIPLE TIME SERIES #3

Closed
Lucia2 opened this issue Feb 6, 2019 · 1 comment
Closed

BIAS CORRECTION FOR MULTIPLE TIME SERIES #3

Lucia2 opened this issue Feb 6, 2019 · 1 comment

Comments

@Lucia2
Copy link

Lucia2 commented Feb 6, 2019

I have one dataset with 33 stations for observed station data and hindcast for the same stations, so I need to get the bias factor for each station and apply it to correct the projection for each station.I have been following the guideline but when i input my dataset,i get an error;" Error in getClass(Class, where = topenv(parent.frame())) :
“biasFactor.multiMember” is not a defined class".

@Yuanchao-Xu
Copy link
Owner

Yuanchao-Xu commented Feb 6, 2019

@Lucia2 the error may be because you made multiple time series as input at the same time. Bias correction can only be conducted between two time series. Therefore, if you have 33 pairs of obs data and hindcast data, you have to bias correct for each station.

However, since bias correction is mainly to deal with a model, if all of your hindcast data is obtained by the same forecasting model, technically you can just bias correct one station and apply the bias factor to all the rest to have a rough result.

However, the safest way to do with your data is still bias correct every station, which can be done by simple loops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants