calculateProbabilityExtremePoints: Calculates Extreme Points for a Probability Model

Description Usage Arguments Details Value References

Description

Calculates Extreme points for a given Probability Model. Hereby, the model is given in form of (in-)equality constraints. See 'details'.

Usage

1

Arguments

a1

Numerical or character matrix for inequality constraints. If vector, treated as matrix with one row.

b1

Numerical or character right hand side vector for inequality constraints

a2

Numerical or character matrix for equality constraints. If vector, treated as matrix with one row.

b2

Numerical or character right hand side vector for equality constraints.

Details

calculateProbabilityExtremePoints uses the rcdd package to calculate the extreme points.
The unit simplex is already setup internally, so only the the probabilistic constraints need to be passed to calculateProbabilityExtremePoints. See makeH and the vignette of the rcdd package for further details.

Value

[matrix] Where each row corresponds to one probability vector.

References

\insertRef

rcdddips


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