search for: ge_sd

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

Did you mean: get_sd
2008 Jul 01
1
Plotting Bi-Gamma Distribution
...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 Curve lines(density(...