eliocamp / metR

Tools for Easier Analysis of Meteorological Fields
https://eliocamp.github.io/metR/
140 stars 22 forks source link

Feature request for ImputeEOF #131

Open schckngs opened 3 years ago

schckngs commented 3 years ago

Hi, I have a feature request for the ImputeEOF DINEOF function. Would it be possible to do the following with the cross-validation data?

Thank you, and thanks for this awesome package! Cheers

eliocamp commented 3 years ago

Hi! Returning the vector of indices might be hard to implement because they I'd have to change the type of object returned (from a simple vector to a list of vectors). But I adding a validation parameter might work.