search for: ge_mean

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

Did you mean: se_mean
2008 Jul 01
1
Plotting Bi-Gamma Distribution
...yields two peaks? Below is my code that generate the graph: __BEGIN__ 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...