RECFIG13 The conditional probability of exceeding V given H: Model (dash); data (dots)
Plot conditional empirical CDF of X1 given X2=x2 | |
Prints a caption "made by WAFO" in current figure. |
01 function recfig13 02 % RECFIG13 The conditional probability of exceeding V given H: Model (dash); data (dots) 03 % 04 05 global RECFIGNUM 06 if isempty(RECFIGNUM) 07 disp('You must start recdemo in order to run this script') 08 return 09 end 10 global H Hrms V Vrms sphat res 11 12 13 14 dist2dcdfplot(V/Vrms,H/Hrms,sphat,2,res,2); 15 wafostamp('Figure 13','(NR)')
Comments or corrections to the WAFO group