mirror of
https://github.com/shizand/statapp.git
synced 2025-04-01 23:23:45 +03:00
feat: добавлен Корреляционный анализ
This commit is contained in:
parent
e672996705
commit
8c4e45ae5e
@ -29,4 +29,4 @@ def variance_analysis(data):
|
||||
|
||||
|
||||
def correlation_analysis(data):
|
||||
return pd.DataFrame(data).corr().round(len(data[-1])).to_numpy()
|
||||
return pd.DataFrame(data).corr().to_numpy()
|
Loading…
Reference in New Issue
Block a user