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

Quantlet: cdfcauch
Description: computes cumulative distribution function of the Cauchy distribution

Usage: y = cdfcauch(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 cumulative Cauchy distribution function

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

Result:
Contents of y
[1,]     0.25
[2,]      0.5
[3,]     0.75



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