Data Interpolation Algorithm Reference¶
“Linear” Interpolation Algorithm¶
Available option |
Description |
Note |
---|---|---|
Linear |
Linear padding value |
|
“Previous” Interpolation Algorithm¶
Available option |
Description |
Note |
---|---|---|
Previous |
The value before certain time |
|
“Near” Interpolation Algorithm¶
Available option |
Description |
Note |
---|---|---|
Near |
The value near certain time |
p2 is closer to t1, then the value at t1 takes the value of p2. p4 is closer to t, then the value at t takes the value of p4. p5 is closer to t2, then the value at t2 takes the value of p5. |
“After” Interpolation Algorithm¶
Available option |
Description |
Note |
---|---|---|
After |
The value after certain time |
The value at t1 takes the value of p2. The value at t takes the value of p4. The value at t2 takes the value of p6. |