-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Thanks Ross. I have two questions about the data in the row data field in the CSV. If I put in newlines to make it look more readable, it looks something like this:
Bin_LE_4.00_KiB = 0.00044847271064,
Bin_LE_8.00_KiB = 0.000832985669946,
Bin_LE_4.00_TiB = 1.75427978234,
Bin_GT_4.00_TiB = 1.25051074574
Question One:
Does the 0.000832985669946 value in Bin_LE_8.00_KiB include the 0.00044847271064 value in Bin_LE_4.00_KiB? I think not because they are not monotonically increasing. So really, to be more precise, Bin_LE_8.00_KiB is actually BIN_GT_4.00_KiB_LE_8.00_KiB?
Question Two:
What does the value 0.00044847271064 mean? I notice that all the values sum to 100. So does it mean that files in Bin_LE_4.00_KiB account for 0.00044847271064 percent of the total bytes stored in the system?