Giter Site home page Giter Site logo

markovModel(lag,n + 1) about htmd HOT 5 CLOSED

acellera avatar acellera commented on May 19, 2024
markovModel(lag,n + 1)

from htmd.

Comments (5)

stefdoerr avatar stefdoerr commented on May 19, 2024

Getting n-1 is normal. Has to do with the implementation of PCCA.

The real problem here seems to me that your data is extremely disconnected and at a lag of 50 frames you are throwing away 75% of your data, having only essentially 16 trajectories of data left.

from htmd.

stefdoerr avatar stefdoerr commented on May 19, 2024

p.s. there is a new option units= where you can provide units for your lag time. So instead of 50 you can do model.markovModel(5, 5, units='ns') so that if you later change your fstep you won't accidentally do the analysis on a different lag time.

from htmd.

noeliaferruz avatar noeliaferruz commented on May 19, 2024

Thanks,

I like the units= option!

It just happened in another system where I actually have a lot of data and 100.0% of the data was used, is it an indicative of a bad model although the implied timescales are good, or it's nothing at all to worry about?

from htmd.

stefdoerr avatar stefdoerr commented on May 19, 2024

Well, it depends how you interpret it. I would not trust kinetics of the macrostate with has only occurred in 2 trajectories. Bootstrapping for example would give you huge errors.

The way I usually think about it is:
Does this state look interesting?

  • yes: restart simulations from there to gather statistics
  • no: reduce the number of macrostates and it will be joined into another macrostate with more statistics

The more macrostates you add the more macrostates you will get with bad statistics.

Also look at your timescales. If you only have one slow process, the correct thing to do would be to make 2 macrostates for example.

Thinking about it, I would love to have a feature like

ace = AcemdLocal()
ace.submit(model, macro=2)

which starts simulations from macrostate 2 to improve sampling!

from htmd.

noeliaferruz avatar noeliaferruz commented on May 19, 2024

ok, thanks!
Yes that function would be cool!

from htmd.

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.