Attachment 'essai.m'
Download 1 cV = 'Robs';
2 cV = strvcat(cV,'R_Fobs');
3 cV = strvcat(cV,'NEER');
4
5 cS = 'E_R';
6 cS = strvcat(cS,'E_R_F');
7 cS = strvcat(cS,'E_NEER');
8
9 mcValue = zeros(size(cV,1),1);
10 mcValue(1,1) = oo_.SmoothedVariables.Robs(end);
11 mcValue(2,1) = oo_.SmoothedVariables.R_Fobs(end);
12
13 cL = 8;
14 H = 40;
15 B = 10000;
16 ci = .80;
17
18 imcforecast('mode',cV,cS,cL,H,mcValue,B,ci);
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.