Giter VIP home page Giter VIP logo

Comments (3)

loelschlaeger avatar loelschlaeger commented on September 27, 2024 1

After careful consideration, we think that the likelihood must be maximized again when having new data. There is no straight-forward way to recycle the old likelihood and update it with new data.

However, as a work-around, we added the argument init to fit_model(), which can be the estimate of a previously fitted model. Using such an initial value will result in a much faster convergence of the numerical optimizer.

Hence, a typical workflow for you can look like follows: Estimate a first model. With new data, estimate a model again, but specify the init argument for fit_model() with the estimate of the previous model. It is saved at model$estimate. You may want to reduce the number of optimization runs in controls then.

from fhmm.

loelschlaeger avatar loelschlaeger commented on September 27, 2024

This is not implemented yet but will be considered for the next update. Until then, you are right, the only (but very inefficient) way is to manually add new data points and estimate the model again. Thanks for pointing this out!

from fhmm.

MislavSag avatar MislavSag commented on September 27, 2024

Great,I will wait for update than :)

from fhmm.

Related Issues (20)

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.