cpmrf2d {mrf2d} | R Documentation |
Conditional probabilities in a pixel position
Description
Computes the vector of conditional probabilities for a pixel position given a field, an interaction structure and a parameter array.
Usage
cp_mrf2d(Z, mrfi, theta, pos)
Arguments
Z |
A |
mrfi |
A |
theta |
A 3-dimensional array describing potentials. Slices represent
interacting positions, rows represent pixel values and columns represent
neighbor values. As an example: |
pos |
Length-2 vector with the position to compute conditional probabilities in. |
Value
A numeric
vector with the conditional probabilities.
Author(s)
Victor Freguglia
See Also
A paper with detailed description of the package can be found at doi: 10.18637/jss.v101.i08.
Examples
cp_mrf2d(Z_potts, mrfi(1), theta_potts, c(57,31))
cp_mrf2d(Z_potts, mrfi(1), theta_potts*0.1, c(57,31))
[Package mrf2d version 1.0 Index]