Learn R Programming

spbal (version 1.0.1)

hipPartition: Partition the population.

Description

Partition the resource into boxes with the same nested structure as Halton boxes. The spbal parameter iterations defines the number of boxes used in the HIP partition and should be larger than the sample size but less than the population size.

Usage

hipPartition(pts, its)

Value

A list containing the following variables:

  • ptsIndex The population index.

  • HaltonIndex Updated Halton indices for all points in pts.

Arguments

pts

The population of points.

its

The number of partitioning iterations.

Author

Phil Davies, Blair Robertson.