Python中的等效gprnd(MATLAB)方法

时间:2017-07-10 12:18:35

标签: python matlab scipy

我在python中寻找等效的 gprnd (广义Pareto随机数)方法。在Matlab中,我们有r = gprnd(k,sigma,theta)。我查看了this,但我并不了解如何实施它。文档非常少,我对此没有太多的了解。

我有k, sigma and theta个值。

感谢。

1 个答案:

答案 0 :(得分:3)

比较MatlabSciPy的文档,看起来Route::get ('/admin/subCategory/products/{subcatId}', ['uses' => 'AdminController@quickEdit']); 的签名为scipy.stats.genpareto.rvs()rvs(c, loc=0, scale=1, size=1, random_state=None)对应于形状参数ck对应于阈值参数loctheta对应于比例参数scale。< / p>