Giter VIP home page Giter VIP logo

tukeyc's People

Contributors

ivanalaman avatar jcfaria avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ivanalaman

tukeyc's Issues

Trouble with unbalanced design

First, congratulations for the good job, I really like your package.
I think I found an issue while working with unbalanced cases. As we know, for those cases we have to calculate a variance estimation of the contrast estimation on the msd calculations. This can lead to a problem, because a mean can differ from the immediate lower one, but not from the second lower one, because its error estimation may be greater.
I will try to explain better:

Browse[5]> m.tmp
       7        6        7        5 
5.389086 4.935529 4.868243 4.862371 

Browse[5]> msd
            MELOID/P MELOID/PS MELOID/V21 MELOID/TG
MELOID/P   0.0000000 0.5012896  0.4816234 0.5275920
MELOID/PS  0.5012896 0.0000000  0.5012896 0.5456037
MELOID/V21 0.4816234 0.5012896  0.0000000 0.5275920
MELOID/TG  0.5275920 0.5456037  0.5275920 0.0000000

Browse[5]> difm
            MELOID/P  MELOID/PS  MELOID/V21   MELOID/TG
MELOID/P   0.0000000 0.45355714 0.520842857 0.526714286
MELOID/PS  0.4535571 0.00000000 0.067285714 0.073157143
MELOID/V21 0.5208429 0.06728571 0.000000000 0.005871429
MELOID/TG  0.5267143 0.07315714 0.005871429 0.000000000

Browse[5]> dif
           MELOID/P MELOID/PS MELOID/V21 MELOID/TG
MELOID/P      FALSE     FALSE       TRUE     FALSE
MELOID/PS     FALSE     FALSE      FALSE     FALSE
MELOID/V21     TRUE     FALSE      FALSE     FALSE
MELOID/TG     FALSE     FALSE      FALSE     FALSE

As you can see, we have a F F T F, where we expected to have a F F T T, since the values are sorted decreasingly. This happens because the error estimation is greater, and may be expected behavior but is leading to an infinite loop.

Thanks in advance

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.