Learn R Programming

costat (version 2.4.1)

print.csBiFunction: Print a csBiFunction object.

Description

A csBiFunction object contains representations of two functions. This function prints information about the object

Usage

# S3 method for csBiFunction
print(x, ...)

Value

None

Arguments

x

The object you want printed.

...

Other arguments

Author

Guy Nason

References

Cardinali, A. and Nason, Guy P. (2013) Costationarity of Locally Stationary Time Series Using costat. Journal of Statistical Software, 55, Issue 1.

Cardinali, A. and Nason, G.P. (2010) Costationarity of locally stationary time series. J. Time Series Econometrics, 2, Issue 2, Article 1.

See Also

plot.csBiFunction, summary.csBiFunction

Examples

Run this code
print(coeftofn(c(1,-1), c(0.5, 0.5)))
#Class 'csBiFunction' : Contains two sampled functions:
#       ~~~~  : List with 2 components with names
#              alpha beta 
#
#
#summary(.):
#----------
#Length of functions is:  256 

Run the code above in your browser using DataLab