标签: python power-law
因此,我正在使用此处提供的powerlaw python软件包:https://github.com/jeffalstott/powerlaw
我知道,我可以使用使用对数似然比标准的选项distribution_compare比较两个分布。 但是我想使用Akaike信息准则,该准则未包含在包装中。 在这种情况下,我需要获得拟合的最大似然值。
有人知道怎么做吗?