Code Monkey home page Code Monkey logo

Comments (7)

AlexandreDecan avatar AlexandreDecan commented on July 21, 2024

Any link showing me what you mean exactly with "mass" and "mass addition"? If the goal is to associate some value with some intervals, then IntervalDict is the way to go. Operations involving multiple IntervalDict instances can be performed using the combine method (not really efficient, that said).

from portion.

AlexandreDecan avatar AlexandreDecan commented on July 21, 2024

I briefly looked at interval masses and this seems quite specific to real number based intervals. I'm unsure this should fit in portion that aims to stay generic.

from portion.

rytis-paskauskas avatar rytis-paskauskas commented on July 21, 2024

Thank you for your consideration.

Here is what I have in mind: if I1, I2 are intervals, and 'mass'[I1]=m1 and 'mass'[I2]=m2, then dict[I1]=m1 and dict[I2]=m2 if I1 and I2 are disjoint, otherwise dict[I1\I2]=m1, dict[I2\I1]=m2, and dict[ I1 & I2]=m1+m2 if they overlap. Masses are summed up in all overlaps, independently of whether intervals are open, closed, integral or real. Not sure I could provide a useful link though.

from portion.

rytis-paskauskas avatar rytis-paskauskas commented on July 21, 2024

The current behavior of IntervalDict upon insertion seems to change the existing keys if there are overlaps. My suggestion is to add new behavior or modify the existing one in such a way that separates the overlapping intervals into separate keys, and that handles the values as illustrated in my previous comment. This is in line with existing behavior that does not preserve left-constness (keys), but it would remove arbitrariness of the current behavior. It would be, I think, valuable functionality which is attractive for probability-related calculations.

from portion.

AlexandreDecan avatar AlexandreDecan commented on July 21, 2024

Please have a look at the "combine" method. It handles the example your provided.

from portion.

rytis-paskauskas avatar rytis-paskauskas commented on July 21, 2024

Indeed it does. Thanks.

from portion.

AlexandreDecan avatar AlexandreDecan commented on July 21, 2024

Perfect :-)

from portion.

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.