occ: The odds of correct classification is the ratio of the odds...

View source: R/occ.R

occR Documentation

The odds of correct classification is the ratio of the odds of classification based on the maximum posterior probablity classification rule and the estimated class membership proportions (pi_k).

Description

The odds of correct classification is the ratio of the odds of classification based on the maximum posterior probablity classification rule and the estimated class membership proportions (pi_k).

Usage

occ(p, pi)

Arguments

p

is the posterior probabilities of assignment of dimensions, K columns and N rows

pi

is the estimated proportion of class membership of length K

Value

The odds of correct classification

Examples

## Not run: occ(p, pi)

hlennon/LCTMtools documentation built on Dec. 6, 2022, 3:04 a.m.