Expand Unique Observations by Counts
Menu location: Data_Organizing_Expand.
This function takes a list of unique observation values along with counts of the numbers of times they were observed and expands them into a complete list of observations.
This list can be contracted again by using the Data_Organizing_Contract function.
Example
The following measurement was observed for the number of counts shown:
Measurement | Counts |
0.1 |
1 |
0.3 | 3 |
0.5 | 5 |
0.7 | 2 |
1.0 | 1 |
In order to expand this list into a full set of observations choose Expand from the Organizing section of the Data menu.
For this example:
Measurement |
0.1 |
0.3 |
0.3 |
0.3 |
0.5 |
0.5 |
0.5 |
0.5 |
0.5 |
0.7 |
0.7 |
1.0 |