fitgumbel: Fitting the Gumbel distribution

View source: R/fitgumbel.R

fitgumbelR Documentation

Fitting the Gumbel distribution

Description

Fitting the Gumbel distribution

Usage

fitgumbel(starts, data)

Arguments

starts

A vector defining the starting values for the Nelder-Mead algorithm.

data

A vector containing the observations

Value

List the estimated parameters of the distribution with standard errors and goodness-of-fit statistics.

Examples

library(VGAM)
data=rgumbel(500,2,0.5)
fitgumbel(starts =c(2,2),data=data)

ERPeq documentation built on July 9, 2023, 5:27 p.m.

Related to fitgumbel in ERPeq...