search for: ge_kurt

Displaying 1 result from an estimated 1 matches for "ge_kurt".

2008 Jul 01
1
Plotting Bi-Gamma Distribution
..._ dgexp <- density(gexp.arr) gexp.ymax <- max(dgexp$y) # Histograms gehist <- hist(gexp.arr, col="blue", main=paste(genm,"-",desc, ", Mean=",ge_mean, ", SD=",ge_sd, ", Krt=",ge_kurt, ", AIC=",aic, ", BIC=",bic, sep=""), more = TRUE, xlab = "Exp Level", ylim = c(0, gexp.ymax), freq=FALSE ) # Normal Curve lines(density(gexp.arr), col = "red",lwd = 3)...