realisticDF: Realistic desirability functions

Description Usage Arguments Details Value Author(s) See Also

View source: R/realistic_df.R

Description

Convert a desirability into a realistic desirability.

Usage

1
2
3
realisticDF(f, ...)
## S3 method for class 'desire.function'
realisticDF(f, ...)

Arguments

f

desirability function

...

...

Details

To construct a composite realistic desirability, first create a realistic desirability and then compose it. Doing the opposite is currently unsupported. This allows the composition to possibly pass a standard deviation which can be deduced from the inner function (eg. if the inner function is an object of class lm).

Value

A function with the same arguments as x and sd, which returns the realistic desirability.

Author(s)

Heike Trautmann trautmann@statistik.tu-dortmund.de, Detlef Steuer steuer@hsu-hamburg.de and Olaf Mersmann olafm@statistik.tu-dortmund.de

See Also

minimumDI


desire documentation built on May 2, 2019, 5:50 p.m.

Related to realisticDF in desire...