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
New Feature: estimation using historical flood data, supporting censored/interval data and systematic errors, as described in Neppel et al., 2007. This is mostly a re-implementation of the Fortran HBayexecutable, providing the following functions: Hydro3_HBay() to perform Bayesian estimation, HBay_Plot() to plot the result of the former function, and Import_HBayConfig() to import configuration files that were used by the HBay executable.
New Feature: new distribution 'Triangle' available in distribution library
New Feature: new function GenerateWithinBounds() to generate random values from a truncated distribution
Bug fix: Hydro3_Estimation() was not handling p-to-T conversion properly when options$p2T<1.