import numba import scipy.special as sc @numba.vectorize(['float64(float64, float64)']) def t_quantile(df, p): return sc.stdtrit(df, ...
確定! 回上一頁