desirability_meas: Overall desirability function for the measured responses.

Description Usage Arguments Details

View source: R/utility_functions.R

Description

desirability_meas is the overall desirability function for the measured responses.

Usage

1
desirability_meas(y, Target, w, Pred_min, Pred_max)

Arguments

y

Array of the measured responses (typically resolution or sensitivity).

Target

Vector of the target values for each response.

w

Vector of weights for each response.

Pred_min

Vector of minimum values which can be reached by the model within the factor ranges for each response variable.

Pred_max

Vector of maximum value which can be reached by the model within the factor ranges for each response variable.

Details

Note that the desirability of the measured responses also depends on the rsm model (via Pred_min and Pred_max).


pasturm/SIMIONtuneR documentation built on Dec. 29, 2020, 2:41 a.m.