ea_phi_exp_4_DL | R Documentation |
phi-function for the Exact Algorithm for exp(-(((x-mean)^4)*beta)/2)
ea_phi_exp_4_DL(x, mean, beta, precondition)
x |
real value |
mean |
mean value |
beta |
beta value |
precondition |
precondition value |
real value
curve(ea_phi_exp_4_DL(x, 0, 1, 1), from = -4, to = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.