# R output pre blocks are styled by default to indicate output
knitr::opts_chunk$set(comment = NA)

# shorthand for rd_link() - see ?packagedocs::rd_link for more information
rdl <- function(x) packagedocs::rd_link(deparse(substitute(x)))

What is the fitdistrib package?

This package is a set a functions developed with the FlomKart flood frequency analysis project at NVE. It allows estimating probability distribution parameters for the following distributions:

Four different estimation methods are available:

The results of this package are used in the FlomKartpackage (documentation and code) to build 2 NetCDF files which can then be explored with the NASA's NetCDF viewer [Panoply](http://www.giss.nasa.gov/tools/panoply/) or by our dedicated FlomKart shiny app (documentation and code).

How was it coded?

In Package Ref, you'll find the documentation of all the packaged functions. This package uses the existing R packages nsRFA, evd, ismev, fitdistrplus and stats. The use of functions from those packages is adapted to our context. Some new fitting functions were also implemented when not already available.



NVE/fitdistrib documentation built on May 7, 2019, 6:04 p.m.