Description Usage Arguments Value
AB function is a core type function.
It's CDF formula is: y = (x - a) / b
It's PDF formula per x is: y = 1/b
It's PDF formula per a is: y = -1/b
It's PDF formula per b is: y = (x - a) / b^2
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
x |
Vector of x parametres a and b |
params |
Function ab has two parameters: \n a - linear parameter \n b nominater parameter |
Vector of result vaues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.