Question: Gaussian Fit to a Histogram

I cannot find a way to create a Gaussian fit to a histogram in Maple12. For creating the histogram I am using the following: > Loading Statistics > Loading plottools > Loading plots > with(stats); with(stats[statplots]); dataset := Vector([7.6, 8.1, 4, 1, 2.1, 2.1, 2.1, 3.3, 5, 4, 3, 3, 2.5, 2.5, 2.9, 2.9, 2.9, 1.5, 1.75], datatype = float); Q := Histogram(dataset, maxbins = 10, binwidth = .5, frequencyscale = absolute, range = 0 .. 10, color = grey); plots[display](Q, insequence = false, title = 'Histogram', axes = boxed, labels = ['Droplet*diameter*nm', 'Number*of*droplets'], labeldirections = [horizontal, vertical]); I would appreciate any help. Thank you, Sabina
Please Wait...