interpolateEdges: Interpolate set of adjacency matrix across a set of edges

interpolateEdgesR Documentation

Interpolate set of adjacency matrix across a set of edges

Description

Interpolate set of adjacency matrix across a set of edges

Usage

interpolateEdges(array, knot, nknot = 100)

Arguments

array

neighborhoodToArray output

knot

optional vector of number of edges over which to conduct the interpolation. If missing then we use something on the order of P*log(P), where P is the number of nodes.

nknot

number knots over which to interpolate

Value

a list of 'edgeInterp': contains a list of length 'nknot' of sparse adjacency matrices, 'estEdges' the desired number of edges to be interpolated, 'trueEdges' the actual number of edges, 'BIC', the interpolated BIC.


amcdavid/HurdleNormal documentation built on May 14, 2022, 11:12 p.m.