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: pdflevy

Quantlet: cdflevy
Description: computes cumulative distribution function of the Levy distribution

Usage: y = cdflevy(X,mu,sigma)
Input:
X array, input values
mu scalar or array of the same dimension as X, the location parameter
sigma scalar or array of the same dimension as X, the scale parameter
Output:
y array, the values of the Levy cumulative distribution function

Example:
library("distribs")
x = #(0,1,2)
cdflevy(x,1,1)

Result:
Contents of y
[1,]        0
[2,]        0
[3,]  0.31729



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