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

implementing SPI #4

Open
jmigueldelgado opened this issue Feb 4, 2020 · 0 comments
Open

implementing SPI #4

jmigueldelgado opened this issue Feb 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jmigueldelgado
Copy link
Collaborator

User Behzad Navidi asked if implementing SPI would require significant additional changes to the code.

Answer:

Computing the SPI will only require a small
change in the code. The water balance D=P-E will no longer be necessary
and can be replaced with D=P. This would mean that the standardization
of the variable later could be made with the gamma function, but I
don't see a reason why the currently implemented log-logistic won't work.

That would require creating a new function spi.m that would be similar
to spei.m only with the small change described above. Definitely worth
doing.

@jmigueldelgado jmigueldelgado changed the title implementing spi additionaly to spei implementing SPI Feb 4, 2020
@jmigueldelgado jmigueldelgado added the enhancement New feature or request label Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant