Description Usage Arguments Details Value References
Calculates Extreme points for a given Probability Model. Hereby, the model is given in form of (in-)equality constraints. See 'details'.
1 | calculateProbabilityExtremePoints(a1, b1, a2, b2)
|
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. |
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.
[matrix]
Where each row corresponds to one probability vector.
rcdddips
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.