fasster | Additive Switching of Seasonality , Trend and Exogenous | Time Series Database library

 by   tidyverts R Version: Current License: No License

kandi X-RAY | fasster Summary

kandi X-RAY | fasster Summary

fasster is a R library typically used in Database, Time Series Database, Tensorflow applications. fasster has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Forecasting with Additive Switching of Seasonality, Trend and Exogenous Regressors
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fasster has a low active ecosystem.
              It has 138 star(s) with 12 fork(s). There are 17 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 7 open issues and 50 have been closed. On average issues are closed in 70 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of fasster is current.

            kandi-Quality Quality

              fasster has 0 bugs and 0 code smells.

            kandi-Security Security

              fasster has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              fasster code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              fasster does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              fasster releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fasster
            Get all kandi verified functions for this library.

            fasster Key Features

            No Key Features are available at this moment for fasster.

            fasster Examples and Code Snippets

            No Code Snippets are available at this moment for fasster.

            Community Discussions

            QUESTION

            Fable functions - theoretical questions
            Asked 2020-Apr-14 at 00:03

            My master thesis is in health forecasting and I'm using R (fable, fabletools, fasster) to implement the methods. For the theoretical part of the thesis, I need to know the heuristics and the theoretical basis of each function I use. I have been using Forecasting: Principles and Practice by Rob J Hyndman and George Athanasopoulos and I have already read R documentation on these functions but I still have some doubts.

            I need information like what theoretical method they follow (ARIMA, Moving Averages, ANN, etc), the mathematical expression they use and how it is decided which is the best fit (for automatic methods): I use the following methods and gathered some information about each one. I'm new in this field and I need some help. Is this correct? Can anyone add anything else about any of the functions?

            ...

            ANSWER

            Answered 2020-Apr-14 at 00:03

            The book you cite contains information on how SNAIVE, NNETAR, ETS, and ARIMA forecasts are calculated. It explains that for model classes such as ETS and ARIMA, the AICc is used to select a particular model. It gives equations for all these methods. Please read it.

            fasster() is a new method that is not fully documented yet. The readme file (https://github.com/tidyverts/fasster) provides some information, and there is a talk by the author (https://www.youtube.com/watch?v=6YlboftSalY) explaining the state space modelling framework behind it.

            Source https://stackoverflow.com/questions/61078754

            QUESTION

            R Shiny: Character to date format
            Asked 2020-Mar-26 at 15:38

            I am trying to develop a Shiny App capable of receiving a .csv file and run a forecast. First, I need to import 2 .csv files and transform the Date column from characters to date format. Them, transform the data frame into a tsibble object to run the forecast.

            In a R script this is simply, I would import the file and them simply use:

            ...

            ANSWER

            Answered 2020-Mar-26 at 15:38

            After many failed attempts I managed to solve this problem using this code:

            Source https://stackoverflow.com/questions/60838731

            QUESTION

            How to know the best FASSTER formula
            Asked 2020-Mar-11 at 22:16

            My data structure is in the image below and has hourly intervals. I need to forecast the Demand.

            ...

            ANSWER

            Answered 2020-Mar-11 at 22:16

            The fasster package currently doesn't provide any facilities for automatic model selection (https://github.com/tidyverts/fasster/issues/50).

            To identify an appropriate fasster model specification, you can start by graphically exploring your data to identify its structure. Some questions you may consider include:

            • Is your data seasonal? Which seasonal periods are required?
              Include seasonality with fourier terms via fourier(period, K) or season(period). Generally using fourier() terms are better, as being able to specify the number of harmonics (K) allows you to control the smoothness of the seasonality and reduce model parameters.
            • Does your data include an level or local trends?
              Include a level with poly(1) or a trend with poly(2).
            • Are there potential exogenous regressors (a good example of this is temperature in electricity demand).
              Include exogenous regressors in the same way as you would in lm().
            • Do the patterns in your data alternate in predictable ways (for example, seasonality on weekdays and weekends.)
              Use %S% to switch between these patterns. For example to have a different seasonal pattern for weekdays and weekends you may consider day_type %S% (fourier("day", K = 7)), where day_type is a variable in your model that specifies if the day is a weekday or weekend.

            A simple approach to capturing the increase in patients after a holiday would be to include DaysAfterHoliday as an exogenous regressor. As this relationship is likely non-linear, you may need to also include some non-linear transformations of this variable as exogenous regressors.

            Source https://stackoverflow.com/questions/60633945

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install fasster

            <!-- The stable version can be installed from CRAN: -→ <!-- {r, eval = FALSE} -→ <!-- install.packages("fasster") -→ <!-- -→ The development version can be installed from GitHub using:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/tidyverts/fasster.git

          • CLI

            gh repo clone tidyverts/fasster

          • sshUrl

            git@github.com:tidyverts/fasster.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link