dvol.mse: MSE approximation for d-dimensional volume predictors

Description Usage Arguments Value See Also Examples

View source: R/pgs.R

Description

Compute a MSE approximation for d-dimensional volume predictors. The structure of interest is an isotropic d-dimensional random compact set. The sampling device is a uniform random lattice of figures (point patterns, line segments...). The approximation depends only on sampling parameters and on the mean surface (to be provided) of the structure.

Usage

1
 dvol.mse(x, S = 1, L = 3) 

Arguments

x

a lattice of figures, object of class FigLat-class.

S

the mean surface. Default: 1.

L

an integer, the criterion for stopping summation of the Epstein zeta function. Argument of the function Ezeta. Default: 3.

Value

The MSE approximation as a numeric.

See Also

area.mse, vol.mse.

Examples

1
2
3
4
5
# Area prediction. Sampling by a lattice of point patterns
area.mse(FigLat(2,RectLat2(),PP2(5,0.1)))

# Volume prediction. Sampling by a unit cubic point lattice
vol.mse(FigLat(3,VecLat(diag(3)),PointPattern(rep(0,3))))

pgs documentation built on May 29, 2017, 5:30 p.m.