hm | R Documentation |
Monte Carlo Integration
hm(h, a = 0, b = 1, c = 1, n = 1)
h |
function |
a |
lower limit |
b |
upper limit |
c |
max value of h function |
n |
number of generated points |
h=function(x) sqrt(1-x^2) hm(h,a=0,b=1,c=1,n=1e5)*4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.