thinhong / cpp_training

C++ training
1 stars 0 forks source link

Custom #13

Closed choisy closed 3 years ago

choisy commented 3 years ago
custom: parameter is waitingTime, put a vector contains the waiting time distribution, the values can be percentages or frequencies, for example {"distribution": "custom", "waitingTime": [1, 2, 3, 4]}

OK, then I think non-parametric would be a better term than custom. Plus, instead of waiting time distribution say waiting time values. I don't understand the values can be percentages or frequencies. Maybe also the example you give [1, 2, 3, 4] is a bit unfortunate in the sense that it's too simple? Something like [3, 5.323, 2, 2.02, 3, 3, 1] would be better no? As it shows that values do not necessarily need to be ordered, can be repeated and do not need to be integer either.