Print out some basic information associated with a wp object
一个wp对象与打印出的一些基本信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints out the number of levels, the length of the original vector from which the object came, the type of wavelet filter associated with the decomposition.
打印出的级别数,从该对象的原始矢量来了,与分解相关的小波滤波器的类型的长度。
用法----------Usage----------
## S3 method for class 'wp':
summary(object, ...)
参数----------Arguments----------
参数:object
The object to print a summary about
打印对象的概要信息
参数:...
Other arguments
其他参数
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
Nothing
无
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
wp
wp
实例----------Examples----------
vwp <- wp(rnorm(32))
summary(vwp)
#Levels: 5 [级别:5]
#Length of original: 32 [原来的长度:32]
#Filter was: Daub cmpct on least asymm N=10 [过滤器是:涂抹上至少cmpct非对称N = 10]