scipy.stats.rv_histogram. __call__# rv_histogram.__call__(*args, **kwds)[source]# 为给定的参数冻结分布。 参数:: arg1, arg2, arg3,…array_like分布的形状参数。应包含所有非可选参数,可能包含loc 和 scale。 返回:: rv_frozenrv_frozen 实例冻结的分布。