Learn R Programming

optedr (version 2.2.0)

update_weights: Update weight D-Optimality

Description

Implementation of the weight update formula for D-Optimality used to optimize the weights of a design, which is to be applied iteratively until no sizable changes happen.

Usage

update_weights(design, sens, k, delta)

Value

returns the new weights of the design after one iteration.

Arguments

design

Design to optimize the weights from. It's a dataframe with two columns:

  • Point contains the support points of the design.

  • Weight contains the corresponding weights of the Points.

sens

Sensibility function for the design and model.

k

Number of parameters of the model.

delta

A parameter of the algorithm that can be tuned. Must be \(0< delta < 1\).