seq | 計算に用いる時系列データを表す構造体。 A structure to represent the time series data used for the computation. |
N | 計算に用いるサンプル数。 The number of samples used for the calculation. |
order | seq.valueの配列要素を絶対値の昇順に並べるための配列要素番号リスト。
seq.valueの配列要素の中で\(m+1\)番目に絶対値が小さい要素が
seq.value[order[m]]である。 A list of array component indices to sort the absolute values of the array components of seq.value in an ascending order; seq.value[order[m]] represents the array component of seq.value that has the \(m+1\)th smallest absolute value. |