HydroPortailStats 1.1.0
- 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, andImport_HBayConfig()to import
configuration files that were used by theHBayexecutable.
- 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.
- HydroPortailStatsnow has a logo
HydroPortailStats 1.0.3
- Change impacting function interface:
GetQfromT(T,H3,options)changed toGetQfromT(RP,H3,options)to avoid using T as a variable
name
- Change impacting function interface: output of
GetTfromQ()is now a list with names (RP,IC) rather than
(T,IC), for consistency with the change above
- Updated HydroPortail URL in README and DESCRIPTION
- Miscellaneous changes for CRAN release with no impact on function
interfaces
- Added a NEWS.mdfile to track changes to the
package.