Last chance! 50% off unlimited learning
Sale ends in
tsvreq
S3 classThe 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.
tsvreq(ts, com, comnull, tsvr, wts)
A vector of timescales
A numeric vector of the same length as ts
containing nonnegative quantities
Another such
Another such
Another such
tsvreq
returns an object of class tsvreq
. Slots are:
the input
the input, equal to comnull
*tsvr
the input
the input
the input
tsvreq_methods
, tsvreq_classic
, vreq
,
browseVignettes("tsvr")
# NOT RUN {
res<-tsvreq(ts=1:10,com=2*c(1:10),comnull=1:10,tsvr=rep(2,10),wts=rep(3,10))
# }
Run the code above in your browser using DataLab