kshuffle_mean_sd: Statistics for errors induced by shuffling

Description Usage Arguments Value Examples

View source: R/GM_functions.R

Description

Calculate edge disagreements and probability bounds after k vertices are randomly shuffled in a graph G

Usage

1
kshuffle_mean_sd(k, G, m = 1000)

Arguments

k

number of shuffled vertices

G

graph object (igraph)

m

number of random permutations

Value

A vector of length 4. The first three elements are the mean, sd, and minimum for the number of edge disagreements. The 4th, pmax is a theoretical bound on maximum error for which graph matching will be possible.

Examples

1
 kshuffle_mean_sd(10, karate, m = 10)

dpmcsuss/gmmle documentation built on July 2, 2020, 6:24 p.m.