Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zolabar authored Feb 2, 2024
1 parent 7715726 commit 988609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```pip install trendpy2```

and use it as **TrendPy** as shown in the ```example.ipynb``` and approxmiate your time series with the following trends
and use it as **trendpy2** as shown in the ```example.ipynb``` and approxmiate your time series with the following trends

* linear $f(x)=a\cdot x+b$
* polynomial $f(x)=a_n\cdot x^n+a_{n-1}\cdot x^{n-1}+...+a_0$
Expand Down

0 comments on commit 988609d

Please sign in to comment.