搜索资源列表
FPE
- 按FPE定阶的 源程序:fpe.cpp M序列:M序列.txt 白噪声:Gauss.txt 程序中先用依模型阶次递推算法估计模型的参数,再用fpe方法判断模型的阶次。 程序运行结果如下: n: 1 判断阶次FPE的值: 0.0096406 -0.481665 1.07868 n: 2 判断阶次FPE的值: 0.00875755 -0.446739 0.00498181 1.07791 0.0527289 n: 3 判断阶次FPE的值: 0.
fpe
- This function calculates Akaike s final prediction error % estimate of the average generalization error. % % [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the % final prediction error estimate (fpe), the effective number of
ARMA
- 确定时间序列中的阶数的FPE或AIC准则的matlab代码。-Determine the order of time for the FPE or AIC criterion by matlab.
HomeWork
- 关于FPE定阶,F检验定阶和自校正控制的程序,附有题目,适合入门的作业训练-About FPE order determination, F test order determination and self-tuning control of the program, with the subject, suitable for entry-job training
AR
- AR谱估计函数,内置基于FPE准则、AIC准则以及CAT准则判定AR阶数-AR spectral estimation function, built-in standards-based FPE, AIC criteria and guidelines to determine the AR order of CAT
doarima
- doarima.m MATLAB scr ipt to do an ARIMA(p,d,q) analysis where d is set but P and q can be vectors of values you want to try. It produces AIC and FPE (final prediction error) values for comparing models. The AIC is different than the one computed by S
ARprediction
- 对序列建立AR模型,并以概率形式给出预测数列表达。先进行平稳性检验后求取自相关函数,用Y-W法求取模型参数,并应用FPE准则确定阶数,进行预测后,给出概率表达。-AR model for the sequence established, and the probability forecast given in the form of a list. After a smooth first autocorrelation function test strike strike model p
var_svd
- AIC,FPE to parametoric
FPE_burg_order
- 使用FPE准则,绘制不同阶数的FPE值,确定最优阶数(Using the FPE criterion, the FPE values of different orders are plotted, and the optimal order is determined)