How to get the Numpy Covariance

后端 未结 0 369
闹比i
闹比i 2021-02-06 10:42

I am trying to get the covariance between x and y as below:

Import numpy as np
From numpy import cov
Import pandas as pd

Df = pd.read_csv(‘csv.csv’)
Y= df[[‘expi         


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