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 votes231 views2 answers
- 0 vote234 views2 answers
- 2 votes238 views3 answers
- 0 vote217 views1 answer
- 1 vote225 views2 answers
- 39 votes220 views6 answers
- -1 vote239 views1 answer
- 0 vote237 views1 answer
- 3 votes240 views1 answer
- 14 votes259 views2 answers