You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| NTS_MEAN | float | The mean of the payload lengths of packets |
248
+
| NTS_MIN | uint16 | Minimal value from all packet payload lengths |
249
+
| NTS_MAX | uint16 | Maximum value from all packet payload lengths |
250
+
| NTS_STDEV | float | Represents a switching ratio between different values of the sequence of observation. |
251
+
| NTS_KURTOSIS | float | The standard deviation is measure of the variation of data from the mean. |
252
+
| NTS_ROOT_MEAN_SQUARE | float | The measure of the magnitude of payload lengths of packets. |
253
+
| NTS_AVERAGE_DISPERSION | float | The average absolute difference between each payload length of packet and the mean value. |
254
+
| NTS_MEAN_SCALED_TIME | float | The kurtosis is the measure describing the extent to which the tails of a distribution differ from the tails of a normal distribution. |
255
+
| NTS_MEAN_DIFFTIMES | float | The scaled times is defined as sequence $\{st\} = \{ t_1 - t_1, t_2 - t_1, \dots, t_n - t_1 \}$. We compute the mean of the value with same method as for feature \textit{Mean}. |
256
+
| NTS_MIN_DIFFTIMES | float | The time differences is defined as sequence $ \{dt\} = \{ t_j - t_i \| j = i + 1, i \in \{1, 2, \dots, n - 1\}\}$. We compute the mean of the value with same method as for feature \textit{Mean}. |
257
+
| NTS_MAX_DIFFTIMES | float | Minimal value from all time differences, i.e., min space between packets. |
258
+
| NTS_TIME_DISTRIBUTION | float | Maximum value from all time differences, i.e., max space between packets. |
259
+
| NTS_SWITCHING_RATIO | float | Describes the distribution of time differences between individual packets. |
260
+
242
261
### HTTP
243
262
List of unirec fields exported together with basic flow fields on interface by HTTP plugin.
0 commit comments