Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
50d4d6fa
Commit
50d4d6fa
authored
May 12, 2016
by
Brian Brazil
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #431 from brian-brazil/hw
Document holt_winters()
parents
fe64751e
56ee36bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
functions.md
content/docs/querying/functions.md
+10
-0
No files found.
content/docs/querying/functions.md
View file @
50d4d6fa
...
...
@@ -158,6 +158,16 @@ for quantiles located in the lowest bucket.
If
`b`
contains fewer than two buckets,
`NaN`
is returned. For φ < 0,
`-Inf`
is
returned. For φ > 1,
`+Inf`
is returned.
## `holt_winters()`
`holt_winters(v range-vector, sf scalar, tf scalar)`
produces a smoothed value
for time series based on the range in
`v`
. The lower the smoothing factor
`sf`
,
the more importance is given to old data. The higher the trend factor
`tf`
, the
more trends in the data is considered. Both
`sf`
and
`tf`
must be between 0 and
1.
`holt_winters`
should only be used with gauges.
## `increase()`
`increase(v range-vector)`
calculates the increase in the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment