Scores - Understanding Bins

Topic Contents [Hide]Topic Contents [Show]
  1. Creating Bins

Scores divide data into bins. A score will usually contain a start bin, and several other bins. The position of the start bin will affect how the values are collected in the other bins. To understand the function of the start bin, it is helpful to understand how values are assigned to the other bins in a score.

The boundary of each bin is defined by the Value Text for Bin Boundary in the Score Bin dialog. Bins collect values that fall within their boundaries. A numerical value or a CM4D variable which resolves to a number can be entered in the Value Text for Bin Boundary field. Bins will appear in the Score dialog in the order that they were created. Before assigning values to bins, the bins are ordered based on the bin boundary value which is assigned to each bin with the Value text for bin boundary property. This order may differ from the above listed order of Bins which is the order the bins were created. The Bin boundary value must be a number or a CM4D Variable that resolves to a number.

Values are assigned to bins when they fall within the boundaries assigned to that bin. The boundaries of a bin are determined by its bin boundary value up to the next bin’s boundary value.

Creating Bins

  1. Setup the position of start bin. In the Score dialog, choose one of the following start bin position radio buttons:
Bin

Start Bin (Lowest Value)

-3 Bin

-2 Bin

-1 Bin

0 Bin

+1 Bin

+2 Bin

+3 Bin

Given the bin boundaries in the table above, a value of -1.1 would be assigned to the -2 Bin. A value of -2.0 would be assigned to the -2 Bin. A value of +1.9 would be assigned to the +1 Bin. A value of -3.1 would be assigned to the (lowest value) Start Bin.

Bin

-3 Bin

-2 Bin

-1 Bin

0 Bin

+1 Bin

+2 Bin

+3 Bin

Start Bin (Highest Value)

Given the bin boundaries in the table above, a value of -1.1 would be assigned to the -2 Bin. A value of -1.0 would be assigned to the -1 Bin. A value of +2.1 would be assigned to the +3 Bin. A value of +3.1 would be assigned to the (highest value) Start Bin.

  1. Edit your start bin properties:

For example, for scores used with DataSet operations this value may determine a DataSet cell value assignment. For simple scores it will determine the scores resolved number value.

  1. Create other bins as needed for this score.

  1. Put your score to use.
  2. Your new score should be ready to use.
  3. Test your score with a small set of data to ensure it is operating as expected.
  4. Make editing adjustments as needed.

To save time, you can export your working scores to import and use with other documents.

Can we improve this topic?