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

Feat normal-score-transform for DSI #520

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

rhugman
Copy link
Contributor

@rhugman rhugman commented Jun 20, 2024

Allows for users to specify normal-score transformation and/or log-transformation of observation data when calling pyemu.EnDS.prep_for_dsi().

Notes:

  • included python native 1D interpolation Class in helpers with the sole purpose of avoiding from scipy.interpolate import interp1d. I stress tested against scipy's interp1d. Differences start to creep in when extrapolating far from the original x-values. It may be worth using scipy instead (or someone smarter than me taking a crack at it...).

@coveralls
Copy link

Coverage Status

coverage: 79.309% (-0.01%) from 79.322%
when pulling 8bece65 on rhugman:feat_normtransf
into ca8cb77 on pypest:develop.

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

Successfully merging this pull request may close these issues.

None yet

2 participants