logist_mle: Fitting the Logistic distribution with MLE

Description Usage Arguments Value Examples

Description

Function to fit the Logistic distribution with the maximum likelihood method. This function was copied from Kolbjorn's initial file

Usage

1
2
3
logist_mle(xdat, ydat = NULL, mul = NULL, sigl = NULL,
  mulink = identity, siglink = identity, muinit = NULL, siginit = NULL,
  show = FALSE, method = "Nelder-Mead", maxit = 10000, ...)

Arguments

...

Value

param Estimated parameters and standard error returned as a list($estimate, $se) Standard error is not yet implemented

Examples

1
2
3
library(FlomKartShinyApp)
estimate = logist_mle(test_data)
FlomKartShinyApp::plot4server(test_data, param = estimate$estimate, distr = 4)

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