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: distribs
See also: cdfstab

Quantlet: pdfstab
Description: computes probability density function of stable distribution

Reference(s):

Usage: z=pdfstab(x,alpha,sigma,beta,{mu})
Input:
x input array
alpha array, characteristic exponent
sigma array, the scale parameter
beta array, the skewness parameter
mu array, the location parameter ; default value is 0
Output:
y array of stable probability distribution function

Note:

Example:
library("distribs")
x = -1:1
pdfstab(x, 1.5, 1, 0.5, 0)

Result:
[1,]  0.26805
[2,]  0.25411
[3,]  0.14151



Author: Szymon Borak, Rafal Weron, 021205
(C) MD*TECH Method and Data Technologies, 05.02.2006