summary.wpst(wavethresh)
summary.wpst()所属R语言包:wavethresh
Print out some basic information associated with a wpst object
打印出一些基本的与一个WPST的对象相关的信息
译者:生物统计家园网 机器人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, and the date of production.
打印出的级别数,从该对象的原始矢量的长度,类型的小波滤波器的分解,和生产日期相关联。
用法----------Usage----------
## S3 method for class 'wpst':
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----------
wpst
wpst
实例----------Examples----------
vwpst <- wpst(rnorm(32))
summary(vwpst)
#Levels: 5 [级别:5]
#Length of original: 32 [原来的长度:32]
#Filter was: Daub cmpct on least asymm N=10 [过滤器是:涂抹上至少cmpct非对称N = 10]
#Date: Mon Mar 8 21:54:47 2010 [日期:2011年03月08日星期一21:54:47 2010]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|