cubature points on a sphere

cubs(
  N = 30,
  cubature = c("lebedev", "sphericaldesigns", "gl", "fibonacci", "grid", "qmc",
    "random")
)

Arguments

N

number of integration points

cubature

method: one of 'lebedev', 'sphericaldesigns', 'gl', 'fibonacci', 'grid', 'qmc', 'random'

Details

Numerical integration points for angular averaging

Author

baptiste Auguie