Concerns about an Warning Message with groundwater signatures module #747
-
I have a question regarding the groundwater signatures module. Is it fully operational? While using it, I get this error message that concerns me (WARNING: The estimated recession constant (1000.00) is close to the boundary. This may lead to incorrect results) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @mathiastidjani, The module is operational, but one of the methods is generating a warning. If you look at the code for the recovery constant, you will see that it is attempting to fit an exponential function, and the parameters are bounded. The upper bound is 1000. If the parameter reaches the bound in the optimization, the result might not be correct. In that situation it might worthwhile to explore for yourself whether the result you're seeing is reasonable or not. pastas/pastas/stats/signatures.py Lines 1288 to 1356 in eeb8e2b Hope that helps somewhat! |
Beta Was this translation helpful? Give feedback.
-
Dear David,
Thank you for your reply.
Is it possible to have references regarding thresholds or interpretation intervals for the various signatures?
Best regards
…________________________________
De : Davíd Brakenhoff ***@***.***>
Envoyé : lundi 22 avril 2024 14:54
À : pastas/pastas ***@***.***>
Cc : Akominon Tidjani ***@***.***>; Mention ***@***.***>
Objet : Re: [pastas/pastas] Concerns about an Error Message with groundwater signatures module (Discussion #747)
Vous ne recevez pas souvent de courriers de la part de ***@***.*** Découvrez pourquoi cela est important<https://aka.ms/LearnAboutSenderIdentification>
Hi @mathiastidjani<https://github.com/mathiastidjani>,
The module is operational, but one of the methods is generating a warning. If you look at the code for the recovery constant, you will see that it is attempting to fit an exponential function, and the parameters are bounded. The upper bound is 1000. If the parameter reaches the bound in the optimization, the result might not be correct. In that situation it might worthwhile to explore for yourself whether the result you're seeing is reasonable or not.
https://github.com/pastas/pastas/blob/eeb8e2b33783ddb2031112625b4552a4c3232428/pastas/stats/signatures.py#L1288-L1356
Hope that helps somewhat!
—
Reply to this email directly, view it on GitHub<#747 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A7UDSIK2A5EXC6GCBX5C773Y6UB6XAVCNFSM6AAAAABGSSQGBSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TCOBYGY4DQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hi @mathiastidjani,
The module is operational, but one of the methods is generating a warning. If you look at the code for the recovery constant, you will see that it is attempting to fit an exponential function, and the parameters are bounded. The upper bound is 1000. If the parameter reaches the bound in the optimization, the result might not be correct. In that situation it might worthwhile to explore for yourself whether the result you're seeing is reasonable or not.
pastas/pastas/stats/signatures.py
Lines 1288 to 1356 in eeb8e2b