fitweibull: Fitting the Weibull distribution

View source: R/fitweibull.R

fitweibullR Documentation

Fitting the Weibull distribution

Description

Fitting the Weibull distribution

Usage

fitweibull(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

dataweibull=rweibull(500,2,2)
fitweibull(starts =c(2,2),data=dataweibull)

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

Related to fitweibull in ERPeq...