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: 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: 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: User defined fill colors in histogram columnstacked style?
    ... I am trying to do some histogram plots for an huge dataset with each ... 100 keys and I can not print the complete keys within each plot. ... set style fill solid 1.0 border -1 ...
    (comp.graphics.apps.gnuplot)
  • Re: Question: Plots spanning multiple pages
    ... I'm trying to figure out how to create a stacked histogram plot that will ... But gnuplot won't automatically do this part for you. ... set style histogram columns ...
    (comp.graphics.apps.gnuplot)
  • plot using question
    ... I am attempting to create a rowstacked histogram and I am having a problem ... getting it to plot correctly. ... I want each "called program" to be the keys. ... It is producing stacked histogram data per hour. ...
    (comp.graphics.apps.gnuplot)

Loading