How to make normal distribution curve from the bar chart?

8 次查看(过去 30 天)
  • I need to make the distribution curve as shown in the below image from the data of the bar chart.
  • I have the bar chart data file. Is there any possiblity to make the ditribution curve directly.

回答(3 个)

Rik
Rik 2023-5-9
Your data resolution is too low now that you have this bar chart. Unless you have the actual underlying data it is not possible to make a smooth curve.
What you can do to smooth the curve is to insert zeros between the bars and use a convolution to spread out the data.

Walter Roberson
Walter Roberson 2023-5-9
Your only hope of creating a distribution curve would be if you had a model for the distribution and you used the data to fit the model parameters.
For what you have, I would suggest spline to create a smooth curve joining what you have.

Image Analyst
Image Analyst 2023-5-9
That's not a single Gaussian you have there. There are at least two of them. See attached code that can fit the data (your histogram counts) to any specified number of Gaussian curves.

类别

Help CenterFile Exchange 中查找有关 Smoothing 的更多信息

标签

产品


版本

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by