Description Usage Arguments Examples
Return a list with quadrature points according to dimensionality, technique and number of points.
1 | quadpoints(dim, quad_tech = "Gaussian", quad_points = NULL)
|
dim |
Dimension of the quadrature |
quad_tech |
A string to specify the quadrature calculation technique. Use "Gaussian" to use that method, or or "QMCEM" for Quasi-Monte Carlo quadrature. |
quad_points |
An integer number specifying the amount of quadrature points to use. If NULL, the program will choose the best one. If Quasi-Monte Carlo method is specified, the default value is of 2000 points. |
1 | ## Not run: qp = quadpoints(dim = 4,quad_tech = "QMCEM",quad_points = 3000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.