fitlevy: Fitting the Levy distribution

View source: R/fitlevy.R

fitlevyR Documentation

Fitting the Levy distribution

Description

Fitting the Levy distribution

Usage

fitlevy(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::rlevy(100,2,0.1)
fitlevy(starts =c(0.1),data=data)

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

Related to fitlevy in ERPeq...