SimulateError(WaveCD)
SimulateError()所属R语言包:WaveCD
Simulate AR(p) error series
模拟的AR(p)误差序列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function finds an AR(P) error series with given length, coefficients and error standard deviation.
该函数查找AR(P)误差序列与给定长度,系数和误差标准差。
用法----------Usage----------
SimulateError(phi, SigE, n)
参数----------Arguments----------
参数:phi
Vector of AR(p) coefficients.
向量的AR(P)系数。
参数:SigE
Standard deviation of errors in an AR(p) series.
的标准偏差的AR(p)系列中的错误。
参数:n
Length of series.
长度系列。
值----------Value----------
Simulated series with AR(p) process.
AR(p)过程的模拟系列。
(作者)----------Author(s)----------
M. Shahidul Islam
参考文献----------References----------
M.S. Islam (2008). Periodicity, Change Detection and Prediction in Microarrays. Ph.D. Thesis, University of Western Ontario.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|