Giter Site home page Giter Site logo

Handling NaN values about stlplus HOT 2 CLOSED

marchezinixd avatar marchezinixd commented on September 17, 2024
Handling NaN values

from stlplus.

Comments (2)

hafen avatar hafen commented on September 17, 2024

Sure. Basically, loess is used in nearly all steps of the algorithm, and the loess algorithm handles missing values by using nearest neighbors. With complete data, if you are using loess to fit a regular time series at time t_k and your window width is 11, you use the 5 observations to the left of t_k and the 5 observations to the right. If any of those observations are missing, loess will continue to go out to the left or right until it has the correct number of non-NA nearest neighbors. I see the Python statsmodels module has a "lowess" function, but I can't speak to how well it works and whether it has been implemented to deal with missing values (and several other features of the newer "loess" approach which allows the degree of polynomial to vary and for weights to be specified, etc.).

from stlplus.

marchezinixd avatar marchezinixd commented on September 17, 2024

Thanks for the explanation, it was very helpfull. I found a library to compile R inside python and i'm using your library.
thanks.

from stlplus.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.