Skip to content

Commit

Permalink
[6.5] [DOCS] Updates to help notes (#50187) (#50208)
Browse files Browse the repository at this point in the history
Backports the following commits to 6.5:
 - [DOCS] Updates to help notes (#50187)

[skip-ci]
  • Loading branch information
KOTungseth authored Nov 11, 2019
1 parent 70251b3 commit 3ebfa6e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ export default new Chainable('holt', {
}
],
help: `
Sample the beginning of a series and use it to forecast what should happen
via several optional parameters. In general, like everything, this is crappy at predicting the
future. You're much better off using it to predict what should be happening right now, for the
purpose of anomaly detection. Note that nulls will be filled with forecasted values. Deal with it.`,
Sample the beginning of a series and use it to predict what should happen
using several optional parameters. Since predictions are based on part of a series, they can be inaccurate.
To discover anomalies, you can also sample the beginning of a series to predict current occurences.
NOTE: Nulls contain forecasted values.`,
fn: function expsmoothFn(args, tlConfig) {

const newSeries = _.cloneDeep(args.byName.inputSeries);
Expand Down

0 comments on commit 3ebfa6e

Please sign in to comment.