hipPartition {spbal}R Documentation

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)

Arguments

pts

The population of points.

its

The number of partitioning iterations.

Value

A list containing the following variables:

Author(s)

Phil Davies, Blair Robertson.


[Package spbal version 1.0.0 Index]