RECFIG8 Estimated Weibull shape parameter versus h=H/Hrms (circles) and 95% pointwise confidence intervals (dash) compared with the final smoothed estimate (solid).
Plot parameters of the conditional distribution | |
Prints a caption "made by WAFO" in current figure. | |
X-axis label. | |
Y-axis label. |
01 function recfig8 02 % RECFIG8 Estimated Weibull shape parameter versus h=H/Hrms (circles) 03 % and 95% pointwise confidence intervals (dash) compared 04 % with the final smoothed estimate (solid). 05 % 06 07 global RECFIGNUM 08 if isempty(RECFIGNUM) 09 disp('You must start recdemo in order to run this script') 10 return 11 end 12 global phat sphat 13 14 dist2dparamplot(phat,sphat,2) 15 ylabel('B(h)') 16 xlabel('h') 17 wafostamp('Figure 8','(NR)') 18
Comments or corrections to the WAFO group