seq | 最小値を探索したい時系列データを表す構造体。 A structure to represent the time series data for which the minimum value is to be searched. |
tmin | 最小値を探す時刻範囲の下限(\(t_{min}\))。 The lower limit, \(t_{min}\), of the time window to search the minimum value. |
tmax | 最小値を探す時刻範囲の上限(\(t_{max}\))。 The upper limit, \(t_{max}\), of the time window to search the minimum value. |