dataAll: data in dimension 1 with no pruned last changepoint candidate

Description Usage Arguments Value Examples

Description

Generating data in dimension 1 with no pruning

Usage

1
dataAll(n, beta = 1)

Arguments

n

length of the vector

beta

the penalty coefficient (use the same beta in function fpop1d)

Value

A vector of data of length n

Examples

1
2
data <- dataAll(n = 10, beta = 2)
fpop1d(data, beta = 2)

vrunge/plotFPOP documentation built on May 29, 2019, 9:57 a.m.