delete_points: Remove low weight points

View source: R/utils.R

delete_pointsR Documentation

Remove low weight points

Description

Removes the points of a design with a weight lower than a threshold, delta, and distributes that weights proportionally to the rest of the points.

Usage

delete_points(design, delta)

Arguments

design

The design from which to remove points as a dataframe with two columns:

  • Point contains the support points of the design.

  • Weight contains the corresponding weights of the Points.

delta

The threshold from which the points with such a weight or lower will be removed.

Value

The design without the removed points.


optedr documentation built on Nov. 18, 2022, 5:12 p.m.