statistic—偏度,峯度,卡方分佈,t分佈,f分佈

from __future__ import print_function, division import numpy as np import pandas as pd import matplotlib.pyplot as plt from scipy.stats import chi2, t, f DJIA = pd.read_csv('^DJI.csv') DJIA.index = p
相關文章
相關標籤/搜索