Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 8 of 8 found.
[1] < 1 > [1]  Sort:

adaptIntegrateSpherePolar (Package: SphericalCubature) : Adaptive integration over sphere or ball in n-dimensions

Approximate the integral over the sphere or ball in n-dimensions using polar coordinates. Can also integrate over sectors of the sphere/ball, see details. These functions will be slow, but may be necessary to get accurate answers if the integrand function f(x) is not smooth. If the integrand changes rapidly in certain regions, the basic routines adaptIntegrateSpherePolar and codeadaptIntegrateBallPolar will likely miss these abrupt changes and give inaccurate results. For cases where the location of the rapid changes are known, the functions adaptIntegrateSpherePolarSplit and codeadaptIntegrateBallPolarSplit allow you to split the region of integration and capture those changes.
● Data Source: CranContrib
● Keywords: cubature, multivariate integration
● Alias: adaptIntegrateBallPolar, adaptIntegrateBallPolarSplit, adaptIntegrateSpherePolar, adaptIntegrateSpherePolarSplit
● 0 images

integrateSpherePolynomial (Package: SphericalCubature) : Integration of polynomials over sphere or ball.

Exact integration of polynomial over sphere or ball in n-dimensions.
● Data Source: CranContrib
● Keywords: cubature, multivariate integration
● Alias: integrateBallPolynomial, integrateSpherePolynomial
● 0 images

SphericalMisc (Package: SphericalCubature) : Miscellaneous internal functions used by SphericalCubature package.

These functions are not intended for general use, they are only listed here to document their existence.
● Data Source: CranContrib
● Keywords:
● Alias: CheckUnitVectors, Octants, SphericalMisc, adaptIntegrateCheck, nextGraySubset, nextMultiIndex, partitionRegion
● 0 images

sphereArea (Package: SphericalCubature) : Surface area of spheres, volumes of balls in n-dimensions.

Calculates the (n-1) dimensional surface area of a sphere and the n dimensional volume of a ball in n-space.
● Data Source: CranContrib
● Keywords:
● Alias: ballVolume, sphereArea
● 0 images

SphericalCubature-package (Package: SphericalCubature) :

Provides functions to integrate a function f(x)=f(x[1],...,x[n]) over the unit sphere and balls in n-dimensional Euclidean space:
● Data Source: CranContrib
● Keywords:
● Alias: SphericalCubature, SphericalCubature-package
● 0 images

rect2polar (Package: SphericalCubature) : n-dimensional polar coordinate transformations

Convert between polar and rectangular coordinates in n-dimensions. The point (x[1],...,x[n]) in rectangular coordinates corresponds to the point (r,phi[1],...,phi[n-1]) in polar coordinates.
● Data Source: CranContrib
● Keywords: polar coordinates
● Alias: polar2rect, rect2polar
● 0 images

integrateSphereStroud11 (Package: SphericalCubature) : Integrate a function over the sphere in n-dimensions.

Approximate the integral of a function f(x)=f(x[1],...,x[n]) over the unit sphere in n-space using Stroud's method of degree 11.
● Data Source: CranContrib
● Keywords: cubature, multivariate integration
● Alias: integrateSphereStroud11
● 0 images

adaptIntegrateSphereTri (Package: SphericalCubature) : Adaptive integration over spherical triangles

Adaptively integrate a function over a set of spherical triangles. adaptIntegrateSphereTri3d works only in 3-dimensions and is described in the paper by N. Boal and F-J. Sayas at: www.unizar.es/galdeano/actas_pau/PDFVIII/pp61-69.pdf. This method is not sophisticated, but can be useful and is self contained. Function adaptIntegrateSphereTri uses hyperspherical triangles and works in n-dimensions.
● Data Source: CranContrib
● Keywords:
● Alias: adaptIntegrateSphereTri, adaptIntegrateSphereTri3d, adaptIntegrateSphereTriI0, adaptIntegrateSphereTriI1, adaptIntegrateSphereTriSubdivideK
● 0 images