fpop1d: Functional cost 1d display

Description Usage Arguments Value Examples

Description

Displaying the functional cost at consecutive times

Usage

1
fpop1d(data1, beta, nb = 2000, order = FALSE)

Arguments

data1

Vector of data

beta

penalty coefficient, positive number

nb

An integer : the number of elements in the vector for the x-axix of the plot

order

a boolean. If true,it displays the labels on the real line from left to right

Value

plots of the functional cost (in the plot window) and the present labels (in the console) at consecutive times. The vertical gray line shows the position of the current added data on the real line

Examples

1
2
data <- dataG1(sigma = 0.5, n=15)
fpop1d(data,1)

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