lermanIndex: Lerman Index

lermanIndexR Documentation

Lerman Index

Description

Compute the Lerman index

\frac{N_{11} - E(N_{11})}{\sqrt{\sigma^2(N_{11})}}

Usage

lermanIndex(p, q, c = NULL)

## S4 method for signature 'Partition,Partition,missing'
lermanIndex(p, q, c = NULL)

## S4 method for signature 'Partition,Partition,PairCoefficients'
lermanIndex(p, q, c = NULL)

Arguments

p

The partition P

q

The partition Q

c

PairCoefficients or NULL

Methods (by class)

  • lermanIndex(p = Partition, q = Partition, c = missing): Compute given two partitions

  • lermanIndex(p = Partition, q = Partition, c = PairCoefficients): Compute given the partitions and pair coefficients

Author(s)

Fabian Ball fabian.ball@kit.edu

References

\insertRef

Lerman1988partitionComparison

\insertRef

Hubert1985partitionComparison

\insertRef

Deneud2006partitionComparison

See Also

normalizedLermanIndex

Examples

isTRUE(all.equal(lermanIndex(new("Partition", c(0, 0, 0, 1, 1)), 
                             new("Partition", c(0, 0, 1, 1, 1))), 2/sqrt(21)))


partitionComparison documentation built on Aug. 24, 2023, 1:06 a.m.