Description Usage Arguments Value Examples
phi-function for the Exact Algorithm for exp(-(((x-mean)^4)*beta)/2)
1 | phi_function_exp_4(x, mean = 0, beta)
|
x |
real value |
mean |
mean value, defaults to 0 |
beta |
real value between 0 and 1 |
real value
1 | curve(phi_function_exp_4(x, 1), from = -4, to = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.