al: Linear adjusted function

Description Usage Arguments Value

Description

AL function is a core type function.


It's CDF formula is: y = (x - a) * b
It's PDF formula is: y per x= b
It's PDF formula per a is: y = -b
It's PDF formula per b is: y = (x-a)

Usage

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

al.orig(x, params)

al.inverse(x, params)

## S3 method for class 'orig.cdf'
al(x, params)

## S3 method for class 'orig.pdf_x'
al(x, params)

## S3 method for class 'inverse_x.cdf'
al(x, params)

## S3 method for class 'inverse_x.pdf_x'
al(x, params)

Arguments

x

Vector of x parametres a and b

params

Function la has two parameters: \n a - threshold parameter \n b slope parameter

Value

Vector of result vaues


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