Re: How to find PDF from Histogram



On 19 Jul, 08:46, "Chetan Mandaliya" <chetan_mandal...@xxxxxxxxx>
wrote:
Can any body tell me that how I can find probability distribution function from histogram of any image. i.e. i want to know type of distribution (eg. gaussian, laplacian, etc.) from Histogram of the image.

You can't.

The best you can do is to

1) Postulate a distribution type
2) Compute some key parameters for that type
from the histogram
3) Plot the PDF for these parameters on top
of the histogram
4) Look at the plot and make a subjective
judgement of how well the PDF fits the
histogram
5) Repeat for all PDF types of interest

Rune
.



Relevant Pages

  • Re: PDF using two multimodal data sets?
    ... If you have an equation for the PDF of your 2d data, you can plot it. ... empirical PDF. ... approximation of the histogram ...
    (comp.soft-sys.matlab)
  • Re: Mix between histogram clustered and columnstacked
    ... I am starting to use gnuplot and want to do a mix between an histogram ... you have to turn the grid off for the second plot. ...
    (comp.graphics.apps.gnuplot)
  • Re: Plotting histograms: strange output
    ... automatically plot an histogram showing the occrrences of each value. ... What Excel plots is a bar graph. ... Excel is not capable of plotting a real histogram. ...
    (comp.graphics.apps.gnuplot)
  • Re: Histogram with x axis date error
    ... set style data linespoints ... set style fill solid 1.0 border -1 ... plot 'Bugzilla_ArrivalsSev.dat' using 1:6 title columnhead ... histogram by modifying 2 lines (set style data histogram, ...
    (comp.graphics.apps.gnuplot)
  • Re: histogram and polar plot
    ... > I'm intending to plot stacked histogram in polar form. ... hence i would like to hist and stack the speed based on its bin width and plot that in polar form. ... I know what a histogram is, but I don't know what you mean. ... For your plot, I don't know if you want a column or bar chart, or some ...
    (comp.soft-sys.matlab)