Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: stats
See also: stabreg stabmom

Quantlet: stabcull
Description: returns parameter estimates of stable distribution using McCulloch's method

Reference(s):

Usage: est=stabcull(x)
Input:
x n x 1 vector, a sample from a stable distribution
Output:
est.alpha scalar, estimate of characteristic exponent
est.sigma scalar, estimate of scale parameter
est.beta scalar, estimate of skewness parameter
est.mu scalar, estimate of location parameter

Note:

Example:
library("stats")
randomize(102)
x=rndstab(1.75,1,0.3,1,10000)
est = stabcull(x)
est.alpha
est.sigma
est.beta
est.mu

Result:
Contents of alpha
[1,]   1.7142

Contents of sigma
[1,]   1.0032

Contents of beta
[1,]  0.31134

Contents of mu
[1,]   1.0204



Author: S.Borak, R.Weron, 20021019 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006