fitexprayleigh: Fitting the exponentiated exponentiated Rayleigh distribution

View source: R/fitexprayleigh.R

fitexprayleighR Documentation

Fitting the exponentiated exponentiated Rayleigh distribution

Description

Fitting the exponentiated exponentiated Rayleigh distribution

Usage

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

data=rexprayleigh(500,2,3)
fitexprayleigh(starts =c(2,2),data=data)

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

Related to fitexprayleigh in ERPeq...