delta.lin(tsDyn)
delta.lin()所属R语言包:tsDyn
delta test of linearity
Delta的线性测试
译者:生物统计家园网 机器人LoveR
描述----------Description----------
delta test of linearity based on conditional mutual information
Delta试验的基础上的线性条件互信息
用法----------Usage----------
delta.lin(x, m, d=1)
delta.lin.test(x, m=2:3, d=1, eps=seq(0.5*sd(x),2*sd(x),length=4), B=49)
参数----------Arguments----------
参数:x
time series
时间序列
参数:m
vector of embedding dimensions
嵌入维数的向量
参数:d
time delay
时间延迟
参数:eps
vector of length scales
向量的长度尺度
参数:B
number of bootstrap replications
引导复制数
Details
详细信息----------Details----------
delta test of linearity based on conditional mutual information
Delta试验的基础上的线性条件互信息
值----------Value----------
delta.lin returns the parametrically estimated delta statistic for the given time series (assuming linearity). delta.lin.test returns the bootstrap based 1-sided p-value. The test statistic is the difference between the parametric and nonparametric delta estimators.
delta.lin返回参数估计的增量统计,对于给定的时间序列(假设的线性度)。 delta.lin.test返回引导的单面p值。检验统计量是增量估计的参数和非参数之间的差异。
(作者)----------Author(s)----------
Antonio, Fabio Di Narzo
参考文献----------References----------
实例----------Examples----------
delta.lin(log10(lynx), m=3)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|