Error running EGcitest, even using example.
显示 更早的评论
I am having issues running the egcitest or jcitest, even using the given example.
clear
load Data_Canada
Y = Data(:,3:end);
[h,pValue,stat,cValue] = egcitest(Y,'test',{'t1','t2'})
??? Undefined function or method 'egcitest' for input arguments of type 'cell'.
Y is shown to be a double
>> whos
Name Size Bytes Class Attributes
Data 41x5 1640 double
Dataset 41x5 9004 dataset
Description 34x55 3740 char
Y 41x3 984 double
dates 41x1 328 double
series 1x5 918 cell
In case it is helpful
>> ver
-------------------------------------------------------------------------------------
MATLAB Version 7.12.0.635 (R2011a)
MATLAB License Number: ••••••
Operating System: Microsoft Windows 7 Version 6.1 (Build 7601: Service Pack 1)
Java VM Version: Java 1.6.0_17-b04 with Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM mixed mode
-------------------------------------------------------------------------------------
MATLAB Version 7.12 (R2011a)
Database Toolbox Version 3.9 (R2011a)
Datafeed Toolbox Version 4.1 (R2011a)
Econometrics Toolbox Version 2.0 (R2011a)
Financial Toolbox Version 4.0 (R2011a)
MATLAB Builder JA Version 2.2.2 (R2011a)
MATLAB Compiler Version 4.15 (R2011a)
Optimization Toolbox Version 6.0 (R2011a)
Parallel Computing Toolbox Version 5.1 (R2011a)
Spreadsheet Link EX Version 3.1.3 (R2011a)
Statistics Toolbox Version 7.5 (R2011a)
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Cointegration Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!