print.csBiFunction {costat} | R Documentation |
Print a csBiFunction
object.
Description
A csBiFunction
object contains representations of
two functions. This function prints information about the object
Usage
## S3 method for class 'csBiFunction'
print(x, ...)
Arguments
x |
The object you want printed. |
... |
Other arguments |
Value
None
Author(s)
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
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
[Package costat version 2.4.1 Index]