Changeset 18564


Ignore:
Timestamp:
10/02/14 17:37:21 (11 years ago)
Author:
schlegel
Message:

NEW: add 95 percent value output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/qmu/dakota_out_parse.m

    r14325 r18564  
    219219dquart3=prctile_issm(data,75,1);
    220220dmax   =max         (data,[],1);
     221dmin95=prctile_issm(data,5,1);
     222dmax95=prctile_issm(data,95,1);
    221223
    222224%  same as Dakota scm, Excel correl
     
    237239    dresp(i).quart3    =dquart3(i);
    238240    dresp(i).max       =dmax(i);
     241         dresp(i).dmin95    =dmin95(i);
     242         dresp(i).dmax95    =dmax95(i);
    239243end
    240244
Note: See TracChangeset for help on using the changeset viewer.