Distribution plot python
Distribution plot python
1
Mean =[0,0] covariance = [[1,0],[0,100]] ds = np.random.multivariate_normal(mean,covariance,500) dframe = pd.DataFrame(ds, columns=['col1', 'col2']) fig = sns.kdeplot(dframe).get_figure() fig.savefig('kde1.png')
0
- 2 votes267 views1 answer
- 0 vote256 views1 answer
- 7 votes268 views4 answers
- 10 votes344 views1 answer
- 0 vote248 views1 answer
- 4 votes252 views1 answer
- 2 votes284 views2 answers
- 3 votes283 views1 answer
- 8 votes329 views2 answers
- 0 vote287 views1 answer