CorrelationFunction
CorrelationFunction[data,hspec]
估计数据 data 在滞后 hspec 处的相关函数.
CorrelationFunction[proc,hspec]
表示随机过程 proc 在滞后 hspec 处的相关函数.
CorrelationFunction[proc,s,t]
表示随机过程 proc 在时刻 s 和 t 的相关函数.
更多信息
- CorrelationFunction 也被称为自相关或互相关函数(ACF 或 CCF).
- 可以给予 hspec 以下规范:
-
τ 在时刻或滞后 τ {τmax} 单位间隔从0到τmax {τmin,τmax} 单位间隔从 τmin 到 τmax {τmin,τmax,dτ} 从 τmin 到 τmax,步长为 dτ {{τ1,τ2,…}} 使用显式的 {τ1,τ2,…} - CorrelationFunction[{x1,…,xn},h] 等价于 ,其中 =Mean[{x1,…,xn}].
- 当 data 是包含一组路径的 TemporalData 时,输出表示在所有路径上的平均值.
- 过程 proc 的 CorrelationFunction 是 CovarianceFunction c,由标准偏差函数 σ 的外积在时刻 s 和 t 进行正态化:
-
c[s,t]/(σ[s]σ[t]) 对于标量值数据或过程 c[s,t]/(σ[s] ⊗ σ[t]) 对于向量值数据或过程 - 符号 ⊗ 表示 KroneckerProduct.
- CorrelationFunction[proc,h] 仅当 proc 是一个弱平稳过程的时候有定义,且等价于 CorrelationFunction[proc,h,0].
- 过程 proc 可以是诸如 ARMAProcess 或 WienerProcess 的任意随机过程.
范例
打开所有单元关闭所有单元范围 (13)
经验估计 (7)
随机过程 (6)
向量 ARProcess 的互相关图形:
应用 (2)
属性和关系 (12)
过程的相关函数是 Correlation 矩阵的非对角线项:
样本相关函数与 CovarianceFunction 相关:
样本相关函数与 AbsoluteCorrelationFunction 相关:
使用 Expectation 计算相关:
相关函数 与 CovarianceFunction 有关:
相关函数与 Correlation 有关:
相关函数对于 ToInvertibleTimeSeries 是不变的:
可能存在的问题 (1)
CorrelationFunction 的输出可能包含 DifferenceRoot:
使用 FunctionExpand 来恢复显式的幂:
文本
Wolfram Research (2012),CorrelationFunction,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CorrelationFunction.html.
CMS
Wolfram 语言. 2012. "CorrelationFunction." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/CorrelationFunction.html.
APA
Wolfram 语言. (2012). CorrelationFunction. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/CorrelationFunction.html 年