找回密码
 注册
查看: 386|回复: 0

R语言 TSA包 qar.sim()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 12:26:41 | 显示全部楼层 |阅读模式
qar.sim(TSA)
qar.sim()所属R语言包:TSA

                                        Simulate a first-order quadratic AR model
                                         模拟一阶二次AR模型。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Simulates a first-order quadratic AR model with normally distributed noise.
一阶二次AR模型的模拟与正常分布的噪声。


用法----------Usage----------


qar.sim(const = 0, phi0 = 0, phi1 = 0.5, sigma = 1, n = 20, init = 0)



参数----------Arguments----------

参数:const
intercept
截距


参数:phi0
coefficient of the lag 1
滞后1的系数的


参数:phi1
coefficient of the squared lag 1
系数的平方滞后1


参数:sigma
noise standard deviation
噪声标准差


参数:n
sample size
样本量


参数:init
number of burn-in values
老化值数


Details

详细信息----------Details----------

The quadratic AR(1) model specifies that
二次AR(1)模型规定


值----------Value----------

A simulated series from the quadratic AR(1) model, as a vector
从二次AR(1)模型的模拟系列,作为一个向量


(作者)----------Author(s)----------


Kung-Sik Chan



参见----------See Also----------

tar.sim
tar.sim


实例----------Examples----------


set.seed(1234567)
plot(y=qar.sim(n=15,phi1=.5,sigma=1),x=1:15,type='l',ylab=expression(Y[t]),xlab='t')
y=qar.sim(n=100,const=0.0,phi0=3.97, phi1=-3.97,sigma=0,init=.377)
plot(y,x=1:100,type='l',ylab=expression(Y[t]),xlab='t')
acf(y,main='')

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-29 08:03 , Processed in 0.029847 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表