freq.matrix: Compute the frequency matrix

View source: R/PerMallows.R

freq.matrixR Documentation

Compute the frequency matrix

Description

Compute the first order marginal probability. In other words, given at least one permutation, calculate the proportion of them that have each item in each position

Usage

freq.matrix(perm)

Arguments

perm

a permutation or a collection of them

Value

A matrix with n rows and n columns with the proportion of the permutations in the input that have each item in each position

Examples

freq.matrix(c(1,3,2,4,5))

PerMallows documentation built on April 3, 2025, 11:09 p.m.