mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Update docs/ru/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
This commit is contained in:
parent
8bf3df5a0f
commit
6b28dbcff5
@ -19,7 +19,7 @@ exponentialMovingAverage(x)(value, timestamp)
|
||||
- `timestamp` - параметр для упорядочивания значений, должен быть типа [Integer](../../../sql-reference/data-types/int-uint.md).
|
||||
|
||||
**Параметры**
|
||||
- `x` - период полу-распада в секундах, должен быть типа [Integer](../../../sql-reference/data-types/int-uint.md).
|
||||
- `x` — период полураспада. [Integer](../../../sql-reference/data-types/int-uint.md).
|
||||
|
||||
**Возвращаемые значения:**
|
||||
- Возвращает экспоненциальное скользящее среднее.
|
||||
|
Loading…
Reference in New Issue
Block a user