Description Usage Arguments Value Examples
Function to fit the Gumbel distribution with BayesianMCMC method We do not provide a prior for the BayesianMCMC function
1 | gumbel_bayes(dat)
|
dat |
the data that needs fitting (i.e. flood data) |
param Estimated parameters and standard error returned as a list($estimate, $se)
1 2 3 | library(FlomKartShinyApp)
estimate = gumbel_bayes(test_data)
FlomKartShinyApp::plot4server(test_data, param = estimate$estimate, distr = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.