Ash
Ash

Reputation: 71

Histogram proper fitting

I have got the 10,000 values for my data using Matlab. When I plotted the histogram and fitted it with normal distribution I got the following figure enter image description here

Is there some mistake in this histogram fitting or what should I do to scale it properly.

Upvotes: 0

Views: 3686

Answers (1)

fpe
fpe

Reputation: 2750

or you could just call

histfit(your_data,num_bins)

Upvotes: 2

Related Questions