matlab codes of fattailed_garch by Ucsd_garch but have this errors

1 view (last 30 days)
hi dear friends i run matlab codes of fattailed_garch by Ucsd_garch but have this errors Warning: The default trust-region-reflective algorithm does not solve problems with the constraints you have specified. FMINCON will use the active-set algorithm instead. For information on applicable algorithms, see Choosing the Algorithm in the documentation. > In fmincon at 504 In fattailed_garch at 125 Warning: Your current settings will produce an error in a future release. > In fmincon at 514 In fattailed_garch at 125 Error using feval Undefined function 'fattailed_garchlikelihood' for input arguments of type 'double'. Error in fmincon (line 635) initVals.f = feval(funfcn{3},X,varargin{:}); Error in fattailed_garch (line 125) [parameters, LLF, EXITFLAG, OUTPUT, LAMBDA, GRAD] = fmincon('fattailed_garchlikelihood', startingvals ,sumA , sumB ,[] , [] , LB , UB,[],options, data, p , q, errortype, stdEstimate, T); Caused by: Failure in initial user-supplied objective function evaluation. FMINCON cannot continue. anybody can help me what's the problem? thanks
  4 Comments
Geoff Hayes
Geoff Hayes on 29 Sep 2014
Sima - or just add the folder with the code to fattailed_garchlikelihood to the MATLAB search path.

Sign in to comment.

Answers (0)

Categories

Find more on Linear Algebra in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!