if (FALSE) {
# Recalling that generalized Normal and log-Normal3 are
# the same with the GNO being the more general.
# Plot and L-moment ratio diagram of Tau3 and Tau4
# with exclusive focus on the GNO distribution.
plotlmrdia(lmrdia(), autolegend=TRUE, xleg=-.1, yleg=.6,
xlim=c(-.8, .7), ylim=c(-.1, .8),
nolimits=TRUE, noglo=TRUE, nogpa=TRUE, nope3=TRUE,
nogev=TRUE, nocau=TRUE, noexp=TRUE, nonor=TRUE,
nogum=TRUE, noray=TRUE, nouni=TRUE)
LN3 <- tlmrln3(sbeg=.001, mulog=-1)
lines(LN3$tau3, LN3$tau4) # See how it overplots the GNO
# for right skewness. So only part of the GNO is covered.
# Compute the TL-moment ratios for trimming of one
# value on the left and four on the right.
J <- tlmrgno(kbeg=-3.5, kend=3.9, leftrim=1, rightrim=4)
lines(J$tau3, J$tau4, lwd=2, col=2) # RED CURVE
LN3 <- tlmrln3(, leftrim=1, rightrim=4, sbeg=.001)
lines(LN3$tau3, LN3$tau4) # See how it again over plots
# only part of the GNO
}
Run the code above in your browser using DataLab