fitbsgpd: Fitting the Birnbaum-Saunders-Generalized Pareto distribution

View source: R/fitbsgpd.R

fitbsgpdR Documentation

Fitting the Birnbaum-Saunders-Generalized Pareto distribution

Description

Fitting the Birnbaum-Saunders-Generalized Pareto distribution

Usage

fitbsgpd(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=ERPeq::rbsgpd(500,5,0.7,0.2)
fitbsgpd(starts =c(1,1),data=data)

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

Related to fitbsgpd in ERPeq...