search for: dgexp

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

Did you mean: dexp
2008 Jul 01
1
Plotting Bi-Gamma Distribution
...rve. Notice that red line can correctly fit the histogram that has two peaks (i.e. red curve also has two peaks). But the gamma curve there only has one curve. Is there a way I can fit the gamma function such that it also 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, &q...