Learn R Programming

tseriesEntropy (version 0.5-12)

Srho-class: Class "Srho"

Description

A class for Srho and its extensions

Arguments

Objects from the Class

Objects can be created by calls of the form new("Srho", ...).

Slots

.Data:
Object of class "numeric": contains Srho computed on the data set.
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.

Methods

plot
signature(x = "Srho", y = "missing"): ...
show
signature(object = "Srho"): ...

See Also

See Also Srho.test

Examples

Run this code
showClass("Srho")

Run the code above in your browser using DataLab