CpCOVID: Basic description

Description Usage Arguments Value Examples

View source: R/CpCOVID.R

Description

Given the starting point, ending point, and the shortest Hamiltonian path, this function returns the change points estimation introduced in Shi, Chen, Dong and Rao (2020)

Usage

1

Arguments

start, end

starting point, ending point

data

input data

Value

the change points estimation

Examples

1
2
3
# The data example of change points estimation in Shi, Chen, Dong and Rao (2020).
data(origin_data,package="GraphCpClust")
CpCOVID(1,142,Data.new[,"HB"])

Meiqian-Chen/GraphCpClust documentation built on April 27, 2021, 10:40 a.m.