Filter löschen
Filter löschen

how to plot probability density of a given data

3 Ansichten (letzte 30 Tage)
sbei arafet
sbei arafet am 23 Apr. 2016
Bearbeitet: sbei arafet am 24 Apr. 2016
Hi,
I tried to get something like this
i want to know if ksdensity is the best solution
Thanks in advance

Antworten (1)

the cyclist
the cyclist am 23 Apr. 2016
I would say that there is a very good chance that ksdensity is the function you want to use. If you want a smooth curve that estimates the probability density function of your data, then it's a good choice.
The main question, which you do not provide any information about, is "What is your input data?" Do you have a sample of actual data that you want the density of? That's what you'll need to use ksdensity.
  4 Kommentare
Image Analyst
Image Analyst am 23 Apr. 2016
fitdist() can take as an input quite a number of distributions to fit your data to, not only Normal. If you believe you have one on its list, then put that in.
Do you have any theory as to what your distribution might be? Otherwise, can you show us a screenshot of the histogram of your actual data - the actual observations instead of the smooth theoretical curve you showed so far?
sbei arafet
sbei arafet am 23 Apr. 2016
Bearbeitet: sbei arafet am 24 Apr. 2016
Hi,
According to fuzzy connectedness theory the affinity function takes a normal distibution the general form is
so i thought to plot my data with normal distribution wich are as the cyclist said not normal and i can't design a function from a plot using ksdensity, that's why i assumed that this distribution is normal,
here is a screenshot of the histogram:
thanks

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by