seq | ダミーデータを追加する前の時系列データ。 A time series data before adding the dammy data. |
aiming_length | 作成したい時系列データのサンプル数。
追加するダミーデータのサンプル数ではなく
元々のサンプルを含めた総サンプル数で指定する点に留意。 The number of samples of the time series data to create. Note that not only the dammy data to be added but also the original samples are included in the count. |
戻り値のメンバ Member of the return value |
値 Value |
size | aiming_length |
t0 | seq.t0 |
dt | seq.dt |
各\(i\)(<aiming_length\(-\)seq.size)に対するvalue[i] value[i] for each \(i\) (< aiming_length\(-\)seq.size) |
0.0 |
各\(i\)(\(\geq\)aiming_length\(-\)seq.size)に対するvalue[i] value[i] for each \(i\) (\(\geq\) aiming_length\(-\)seq.size) |
seq.value[i-aiming_length+seq.size] |