diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 151b16d..6a4f02b 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -27,7 +27,7 @@ Fuzzy Time Series (FTS) are non parametric methods for time series forecasting b - which fuzzy membership function (on `pyFTS.common.Membership `_) - partition scheme (`GridPartitioner `_, `EntropyPartitioner `_, `FCMPartitioner `_, `CMeansPartitioner `_, `HuarngPartitioner `_) - Check out the jupyter notebook on `pyFTS/notebooks/Partitioners.ipynb `_ for sample codes. + Check out the jupyter notebook on `pyFTS/notebooks/Partitioners.ipynb `_ for sample codes. 3. **Data Fuzzyfication**: Each data point of the numerical time series *Y(t)* will be translated to a fuzzy representation (usually one or more fuzzy sets), and then a fuzzy time series *F(t)* is created. @@ -47,7 +47,7 @@ Fuzzy Time Series (FTS) are non parametric methods for time series forecasting b Usage examples -------------- -There is nothing better than good code examples to start. `Then check out the demo Jupyter Notebooks of the implemented method os pyFTS! `_. +There is nothing better than good code examples to start. `Then check out the demo Jupyter Notebooks of the implemented method os pyFTS! `_. A Google Colab example can also be found `here `_.