scipy, lognormal distribution - parameters
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to fit lognormal distribution to my data, using python scipy.stats.lognormal.fit . According to the manual , fit returns shape, loc, scale parameters. But, lognormal distribution normally needs only two parameters : mean and standard deviation. How to interpret the results from scipy fit function? How to get mean and std.dev.? 回答1: The distributions in scipy are coded in a generic way wrt two parameter location and scale so that location is the parameter ( loc ) which shifts the distribution to the left or right, while scale is the