powered by
Fitting the Birnbaum-Saunders-Generalized Pareto distribution
fitbsgpd(starts, data)
List the estimated parameters of the distribution with standard errors and goodness-of-fit statistics.
A vector defining the starting values for the Nelder-Mead algorithm.
A vector containing the observations
library(VGAM) data=ERPeq::rbsgpd(500,5,0.7,0.2) fitbsgpd(starts =c(1,1),data=data)
Run the code above in your browser using DataLab