ksdensity Matlab function in Python

前端 未结 0 829
北海茫月
北海茫月 2021-01-05 03:29

I want to translate this function from Matlab to Python:

x = [randn(30,1); 5+randn(30,1)];
pi = linspace(.01,.99,99);
ksdensity(x,pi,\'Function\',\'icdf\');
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题