mexh | R Documentation |
\psi(x) = \frac{2}{\sqrt{3}} \pi^{-0.25} ( 1 - x^2 ) \exp{-x^2/2}
mexh(x)
x |
where to evaluate the mexican hat |
A vector of the same length as x
with the corresponding values
x <- seq(-8, 8, length.out = 256)
mexh(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.