deg.rig: Degree Calculation for Random Interval Graph

View source: R/deg.rig.R

deg.rigR Documentation

Degree Calculation for Random Interval Graph

Description

Computes the degree of each vertex in a Random Interval Graph based on the input intervals.

Usage

deg.rig(x)

Arguments

x

A numeric vector of length m=2*nv.

Value

A vector of degrees for each vertex of RIG obtained using x.

Examples

x <- arima.sim(model = list(ar=0.7), 1000) ## AR(1) model
deg.rig(x)

GTRT documentation built on Sept. 9, 2025, 5:38 p.m.