Description Usage Arguments Value Examples
Calculate the integral of the approximated function.
1 |
doit |
An object of class 'doit', see function 'doit_fit'. |
The integral of the approximated function over all 'theta'.
1 2 3 4 | design = data.frame(x=rnorm(10), y=rnorm(10))
design$f = with(design, exp(-0.5*(x+y)^2))
fit = doit_fit(design)
Z = doit_integral(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.