matlab 自相关函数有哪些,[求助]自相关函数

该博客探讨了MATLAB中关于序列分析的例子,其中提到当未指定nSTDs时,默认值为2,对应于95%的置信区间。在示例中,计算的置信区间为(-0.0899, 0.0899),这与期望的(-1.96, 1.96)不同,可能是因为样本特性或特定过程的方差导致的差异。
摘要由CSDN通过智能技术生成

在帮助文件中提到

If nSTDs = [] or is unspecified, the default is 2 (that is, approximate 95 percent confidence interval).

为什么nSTDs=2,confidence interval=95%?因为序列被假定为正态分布吗?

那为什么在帮助的例1中,bounds=(-0.0899,0.0899)?不应该是(-1.96,1.96)??

randn('state', 0)             % Start from a known state.

x = randn(1000, 1);           % 1000 Gaussian deviates ~ N(0, 1).

y = filter([1 -1 1], 1, x);   % Create an MA(2) process.

autocorr(y, [], 2)            % Use the same example, but plot the ACF

% sequence with confidence bounds.

Bounds

Bounds =

0.0899

-0.0899

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值