Un-normalized Gaussian curve on histogram

前端 未结 3 1279
广开言路
广开言路 2021-01-05 14:13

I have data which is of the gaussian form when plotted as histogram. I want to plot a gaussian curve on top of the histogram to see how good the data is. I am using pyplot f

3条回答
  •  萌比男神i
    2021-01-05 14:40

    Another way of doing this is to find the normalized fit and multiply the normal distribution with (bin_width*total length of data)

    this will un-normalize your normal distribution

提交回复
热议问题