Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement state distribution in result set. #742

Merged
merged 12 commits into from
Oct 16, 2016
Merged

Implement state distribution in result set. #742

merged 12 commits into from
Oct 16, 2016

Commits on Oct 14, 2016

  1. Implement state distribution in result set.

    Closes #738
    
    Add state distribution and normalised state distribution to the result
    set.
    Also adds the normalised state distribution to the summary.
    drvinceknight committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    9f75788 View commit details
    Browse the repository at this point in the history
  2. Fix for py2.

    drvinceknight committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    a8975d3 View commit details
    Browse the repository at this point in the history
  3. Remove unused import.

    drvinceknight committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    d12ea39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3882628 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df64428 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2016

  1. Configuration menu
    Copy the full SHA
    7ff76df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99dc6f9 View commit details
    Browse the repository at this point in the history
  3. Address comments from Marc

    - Include underscore for all build methods.
    - Remove 0.0 from state distribution sum.
    - 'C'/'D' -> C/D
    - Single line for swap.
    - Probability count on one line.
    - Improve readability of summary measures.
    drvinceknight committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    3813886 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a95d610 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d597a18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    289e4e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    199c639 View commit details
    Browse the repository at this point in the history