Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

An updated to the JSON distribution schema #6

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Jan 14, 2021

  1. An updated to the JSON distribution schema

    This distribution reformatting has the following benefits:
    - The min and max of a given bin are clearly stated.
    - Permits statistics with bins of different sizes or sparce bins.
    - The 'numBins' and 'binSize', 'min', and 'max' stats are no explicitly
    (and redundantly) stated. They may be derived easily if needed.
    BobbyRBruce committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    bcbea9d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Use 'count' instead of 'value' in bins

    Co-authored-by: Jason Lowe-Power <[email protected]>
    BobbyRBruce and powerjg committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    5ae4aeb View commit details
    Browse the repository at this point in the history
  2. Updated simstats.schema.json

    * Added new properties of a Distribtion
    * Allowed the value of a distribution to be an array of numbers. This
    allows for a simple distribution with a fixed bin size, starting from
    zero.
    BobbyRBruce committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    2c0d9cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5cf5ec View commit details
    Browse the repository at this point in the history