Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据方程式计算自协方差 Ajj(lag)。(1)
索引 j 用于 z 尺度 (j = 1, 2, 3),n 是序列中氨基酸的数量,索引 i 是氨基酸位置 (i = 1, 2, ...n) 和l 是滞后 (l = 1, 2, ...L)
根据方程式计算两个不同 z 尺度 j 和 k 之间的交叉协方差 - Cjk(lag)。
如何在matlab或python中计算...