calculateLocalAdmissibility: Calculate Local-Admissibility

Description Usage Arguments Value References

Description

Checks if a tupel of actions, where action1 is preferred over action2, is an element of Preference Relations, as defined in Jansen et. al 2018 (see references).

Usage

1
2
calculateLocalAdmissibility(ps, action1, action2, p.measures,
  keep.models = FALSE, show.info = TRUE)

Arguments

ps

[PreferenceSystem]
Preference System. Possibly calculated with makeDecisionProblem, or initialized manually

action1

[character]
The act that is preferred over action2.

action2

[character]
The second element of the tupel, where action2 is not as desireable as action1.

p.measures

[matrix]
Matrix of probability vectors. Each row corresponds to one probability vector.

keep.models

[logical(1L)]
Should all linear programs (e.g.: lp.object) be stored in the return object. Can be memory consuming for bigger problems, if set to TRUE. Defaults to FALSE.

show.info

[logical(1L)] Print info output to console? Defaults to TRUE.

Value

[numeric(2L)] Optimal values of the set of linear programs in minimum and maximum form.

References

\insertRef

mainrefdips


florianfendt/dips documentation built on May 25, 2019, 5:22 p.m.