You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not high priority
FrequencyBands are currently specified by a lower_bound and an upper_bound. This handles most cases but it is not unrealistic that we may encounter bands which have a few contaminated harmonics and we would like to suppress these. There is currently no method for handling this.
Of course we could split a given band into a sequence of contiguous sub-bands, but in that case we have fewer observations to input to robust regression. This could compromise the quality of some estimates.
It would be nice if a FrequencyBand object could specify some harmonics to ignore.
This of course breaks compatibility with EMTF z-files but those are slated for deprecation in the long term anyhow
The text was updated successfully, but these errors were encountered:
Not high priority
FrequencyBands are currently specified by a lower_bound and an upper_bound. This handles most cases but it is not unrealistic that we may encounter bands which have a few contaminated harmonics and we would like to suppress these. There is currently no method for handling this.
Of course we could split a given band into a sequence of contiguous sub-bands, but in that case we have fewer observations to input to robust regression. This could compromise the quality of some estimates.
It would be nice if a FrequencyBand object could specify some harmonics to ignore.
This of course breaks compatibility with EMTF z-files but those are slated for deprecation in the long term anyhow
The text was updated successfully, but these errors were encountered: