ARMAspec(TSA)
ARMAspec()所属R语言包:TSA
Theoretical spectral density function of a stationary ARMA model
一个静止的ARMA模型的理论谱密度函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes and plots the theoretical spectral density function of a stationary ARMA model
计算并绘制一个固定的ARMA模型的理论谱密度函数
用法----------Usage----------
ARMAspec(model, freq = seq(0, 0.5, 0.001), plot = TRUE, ...)
参数----------Arguments----------
参数:model
an arma model
ARMA模型
参数:freq
vector of frequency over which the spectral density is computed
谱密度计算的矢量的频率
参数:plot
if true, plot the spectral density function; default is true
如果情况属实,积谱密度函数,默认值是true
参数:...
other parameters to be passed to the plot function
其他的参数被传递到绘图功能
值----------Value----------
a list: <table summary="R valueblock"> <tr valign="top"><td>spec</td> <td> spectral density values</td></tr> <tr valign="top"><td>freq</td> <td> same as freq in the input</td></tr> <tr valign="top"><td>model</td> <td> the arma model</td></tr> </table>
一个列表:<table summary="R valueblock"> <tr valign="top"> <TD> spec</ TD> <TD>谱密度值</ TD> </ TR> <TR VALIGN = “顶”> <TD> freq </ TD> <TD>相同频率的输入</ TD> </ TR> <tr valign="top"> <TD>model / TD> <TD>的ARMA模型</ TD> </ TR> </ TABLE>
(作者)----------Author(s)----------
Kung-Sik Chan
参见----------See Also----------
spec
spec
实例----------Examples----------
theta=.9 # Reset theta for other MA(1) plots[复位THETA其他MA(1)图]
ARMAspec(model=list(ma=-theta))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|