sufficientStat: Calculate the sufficient statistic of the Potts model for the...

Description Usage Arguments Value

View source: R/mcmcPotts.R

Description

Calculate the sufficient statistic of the Potts model for the given labels.

Usage

1
sufficientStat(labels, neighbors, blocks, k)

Arguments

labels

A matrix of pixel labels.

neighbors

A matrix of all neighbors in the lattice, one row per pixel.

blocks

A list of pixel indices, dividing the lattice into independent blocks.

k

The number of unique labels.

Value

The sum of like neighbors.


bayesImageS documentation built on April 11, 2021, 5:06 p.m.