mc_valor_promedio_2d
Estimate the double integral of a two-variable function over specified x and y bounds using the mean value Monte Carlo method.
Instructions
Estimate the double integral of f(x, y) over [x_a,x_b]×[y_a,y_b] by mean value.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| N | No | ||
| x_a | Yes | ||
| x_b | Yes | ||
| y_a | Yes | ||
| y_b | Yes | ||
| seed | No | ||
| func_str | Yes | ||
| precision | No | ||
| nivel_confianza | No |