我的作业有以下问题。到目前为止,我已经计算出平均值和标准偏差,为平均值和密度拟合创建了直方图。不幸的是,我不知道如何解决有关伽玛分布的问题。如何将Gamma分布拟合到直方图?我是Python的新手,并感谢所有支持。
P.S。我们正在处理标普股票的对数回报。
Compute the averages and standard deviations for each stock. Properly treat any missing values. Plot a frequency histogram for the averages with a density fit. Add a fit based on normal distribution. Do the same for the standard deviations, but
use a fit to gamma distribution.