cauchy: Cauchy

Description Usage Arguments Value

Description

Cauchy function is a sigmoid type function.
It's CDF formula is: y = atan(x) / pi + 0.5
It's PDF formula is: y = 1/ (1 + x^2) / pi

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
cauchy(x)

cauchy.orig(x)

cauchy.inverse(x)

## S3 method for class 'orig.cdf'
cauchy(x)

## S3 method for class 'orig.pdf'
cauchy(x)

## S3 method for class 'inverse.cdf'
cauchy(x)

## S3 method for class 'inverse.pdf'
cauchy(x)

Arguments

x

Vector of x parametres

Value

Vector of result vaues


LuchTiarna/PsyFuns documentation built on July 8, 2019, 12:28 a.m.