Skip to content

Commit

Permalink
Remove testcast
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Apr 8, 2016
1 parent fbac895 commit 4d554a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 65 deletions.
10 changes: 0 additions & 10 deletions FUNCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,6 @@ Argument | Accepts | Description
--- | --- | ---
term | *seriesList/number* | Number or series to sum with the input series. If passing a seriesList it must contain exactly 1 series.

#### .testcast()
Use holt-winters to forecast values. Basically useless. I have no idea how this works.

Argument | Accepts | Description
--- | --- | ---
count | *number* | *no help available*
alpha | *number* | *no help available*
beta | *number* | *no help available*
gamma | *number* | *no help available*

#### .title()
Adds a title to the top of the plot. If called on more than 1 seriesList the last call will be used.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timelion",
"version": "5.0.0-0.1.260",
"version": "5.0.0-0.1.261",
"dependencies": {
"body-parser": "^1.12.0",
"boom": "^2.8.0",
Expand Down
54 changes: 0 additions & 54 deletions series_functions/testcast.js

This file was deleted.

0 comments on commit 4d554a1

Please sign in to comment.