realisticDF {desire} | R Documentation |
Convert a desirability into a realistic desirability.
realisticDF(f, ...)
## S3 method for class 'desire.function'
realisticDF(f, ...)
f |
desirability function |
... |
... |
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
).
A function with the same arguments as x
and sd
, which
returns the realistic desirability.
Heike Trautmann trautmann@statistik.tu-dortmund.de, Detlef Steuer steuer@hsu-hamburg.de and Olaf Mersmann olafm@statistik.tu-dortmund.de