tsvreq: Creator function for the 'tsvreq' S3 class

Description Usage Arguments Value Author(s) See Also Examples

View source: R/tsvreq.R

Description

The tsvreq (timescale-specific variance ratio equation) class is for storing functional equations based on a timescale-specific variance ratio. This is a general class from which other classes inherit (only tsvreq_classic at this point). tsvreq inherits from the list class.

Usage

1
tsvreq(ts, com, comnull, tsvr, wts)

Arguments

ts

A vector of timescales

com

A numeric vector of the same length as ts containing nonnegative quantities

comnull

Another such

tsvr

Another such

wts

Another such

Value

tsvreq returns an object of class tsvreq. Slots are:

ts

the input

com

the input, equal to comnull*tsvr

comnull

the input

tsvr

the input

wts

the input

Author(s)

Shaopeng Wang, shaopeng.wang@pku.edu.cn; Lei Zhao, lei.zhao@cau.edu.cn; Daniel Reuman, reuman@ku.edu

See Also

tsvreq_methods, tsvreq_classic, vreq, browseVignettes("tsvr")

Examples

1
res<-tsvreq(ts=1:10,com=2*c(1:10),comnull=1:10,tsvr=rep(2,10),wts=rep(3,10))

reumandc/tsvr documentation built on Jan. 17, 2021, 10:32 p.m.