Class "Srho.ts"
A class for Srho
for continuous data/time series.
class
Objects can be created by calls of the form new("Srho.ts", ...)
.
.Data
:: Object of class "numeric"
: contains Srho computed on the data set.method
:: Object of class "character"
: computation method, can be "integral" or "summation".bandwidth
:: Object of class "character"
: bandwidth selection method.lags
:: Object of class "integer"
: contains the lags at which Srho is computed.stationary
:: Object of class "logical"
: TRUE
if the stationary version is computed.data.type
:: Object of class "character"
: contains the data type.notes
:: Object of class "character"
: additional notes.Class "Srho"
, directly.
signature(object = "Srho.ts")
: ...Simone Giannerinisimone.giannerini@unibo.it
See Also Srho.test
, Srho
showClass("Srho.ts")
Useful links