wpstREGR(wavethresh)
wpstREGR()所属R语言包:wavethresh
Construct data frame using new time series using information from a previously constructed wpstRO object
使用新的时间序列从以前建造wpstRO对象的信息,构造数据框
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The makewpstRO function takes two time series, performs a nondecimated wavelet packet transform with the "dependent" variable one, stores the "best" packets (those that individually correlate with the response series) and returns the data frame that contains the response and the best packets. The idea is that the user then performs some kind of modelling between response and packets. This function takes a new "dependent" series and returns the best packets in a new data frame in the same format as the old one. The idea is that the model and the new data frame can be used together to predict new values for the response
makewpstRO功能需要两个时间序列,执行一个nondecimated小波包变换的“依赖”变量,存储的“最佳”的数据包(单独与响应序列)和返回的数据框,其中包含响应和最佳的数据包。这个想法是,然后,用户执行某些种建模响应和数据包之间。这个函数接受一个新的“依赖”系列和旧的,新的数据框在相同的格式返回数据包。这个想法是,该模型和新的数据框可以一起使用来预测新的响应值
用法----------Usage----------
wpstREGR(newTS, wpstRO)
参数----------Arguments----------
参数:newTS
The new "dependent" time series
新的“依赖”时间序列
参数:wpstRO
The previously constructed wpstRO object made by makewpstRO
以前建造的wpstRO对象由makewpstRO
Details
详细信息----------Details----------
Description says it all
介绍说,这一切
值----------Value----------
New values of the response time series
新的响应时间序列值
(作者)----------Author(s)----------
G P Nason
参考文献----------References----------
See reference to Nason and Sapatinas paper in the help for <code>makewpstRO</code>.
参见----------See Also----------
makewpstRO, wpst
makewpstRO,wpst
实例----------Examples----------
#[]
# See extended example in makewpstRO help, includes example of using this fn[在makewpstRO的帮助,请参阅扩展的例子,包括使用此函数的例子]
#[]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|