htan: Exponetial function

Description Usage Arguments Value

Description

htan function is a sigmoid type function.
It's CDF formula is: y = 0.5 + tanh(x)/2)
It's PDF formula is: y = 0.5/(cosh(x)^2)

Usage

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

htan.orig(x)

htan.inverse(x)

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

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

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

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

Arguments

x

Vector of x parametres

Value

Vector of result vaues


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