hipPartition: Partition the population.

View source: R/HIP.R

hipPartitionR 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:

  • ptsIndex The population index.

  • HaltonIndex Updated Halton indices for all points in pts.

Author(s)

Phil Davies, Blair Robertson.


spbal documentation built on April 4, 2025, 2:05 a.m.