cptFor-methods: cptFor Methods

Description Usage Arguments Functions Examples

Description

Methods for objects with S4 class cptFor.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'cptFor'
summary(object)

## S4 method for signature 'cptFor'
show(object)

## S4 method for signature 'cptFor'
plot(x)

Arguments

object

An object of S4 class cptFor

x

An object of S4 class cptFor

Functions

Examples

1
2
3
4
ans = cptForecast(c(stats::rnorm(400), stats::rnorm(100,3)), m=300)
summary(ans)
show(ans)
plot(ans)

grundy95/changepoint.forecast documentation built on Dec. 20, 2021, 1:45 p.m.