StatisticsVariation
| Field | Description | Type | Examples |
|---|---|---|---|
| *min | Statistical minimum variation. | Variation | |
| *max | Statistical maximum variation. | Variation | |
| *average | Statistical average variation. | Variation | |
| *percentile | Statistical percentiles variation. | array[PercentileVariation] | |
| *trend | Variation of ratio between last detected average and previously detected averages for the timeframe.= 100: stable average rate.> 100: growing average rate.< 100: decreasing average rate. |
Variation |
PercentileVariation
| Field | Description | Type | Examples |
|---|---|---|---|
| *request | Requested percentile expressed in the range (0, 1), e.g. 0.5 (the median). | decimal | 0.5 |
| *response | Resulting variation value of the request percentile. |
Variation |
Variation
| Field | Description | Type | Examples |
|---|---|---|---|
| value | Difference between actual value and comparison value. |
decimal | 1.12 |
| variation | The explicit variation polarity. It is null when values are not available in both timeframes. |
string | POSITIVE NEUTRAL NEGATIVE |