seq1 | 計算に使用する1つ目の時系列データを表す構造体。
下記の計算式における\(f(t_1+i\Delta t)\)。 A structure which represents the first time series data used in the calculation; \(f(t_1+i\Delta t)\) in the formula below. |
seq2 | 計算に使用する2つ目の時系列データを表す構造体。
下記の計算式における\(g(t_2+j\Delta t)\)。
メンバsize, dtの値は引数seq1と同じでなければならない。 A structure which represents the first time series data used in the calculation; \(g(t_2+j\Delta t)\) in the formula below. The value of member size and dt of this argument must be equal to those of argument seq1. |