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
- 0 vote105 views1 answer
- 0 vote170 views1 answer
- 0 vote104 views1 answer
- 2 votes108 views3 answers
- 82 votes105 views4 answers
- 9 votes104 views5 answers
- 0 vote247 views1 answer
- 0 vote118 views1 answer
- 0 vote91 views1 answer
- 0 vote119 views2 answers