The overall goal is to extract/engineer features from approximately 100 segments (various lengths but always more than 80 data points) that are as similar as possible to each other and have a very low dispersion. Now I want to adjust the parameters of an extraction function so that the overall goal can be achieved. For example adjusting the observation period of a certain extracted feature - the variance from the first 10 or 30 data points and so on).
Now I want to check what parameter results in a smaller dispersion of the same feature but also compare different features with each other in order to "select the best ones". Something like a feature ranking for example: the features with the lowest dispersion.
So far I used the coefficient of variation as a relative comparative measure and it seems to work quite well. But I'm not sure if this is the best or only the most simple approach that can cause some misconceptions. I looked for other measures for example the coefficient of dispersion (or MAD etc.) but I don't have enough knowledge in this field of research in order to correctly interpret the results and choose a suitable measurement approach.
I hope I could clarify my issue. Any approaches, ideas or explanations are highly appreciated!
EDIT:
Maybe I should clarify my goal a little bit more: I know that any of the 100 segments that I want to extract features from are "the same". The same means that they are time-series data points with e.g. power and I filtered the segments manually so that I know that these segments represent the same power consumption signature of an electronic device for example. So afterwards these extracted features should represent a segment and due to their similarity should be assigned to the same cluster in the next step.
Because the measured power of these segments is subject to fluctuation due to measurement inaccuracies etc. The extracted feature has to be as similar as possible for each of the "same" segments. For example if I choose the variance of the first 1-20 data points of a segment it varies much more than 2-20 due to different peaks at the beginning of each segment. Now I want something to compare these features with each other. Maybe the coefficient of variation is sufficient for this task (of course there is no perfect solution). But for example I'm not sure if I should use the CV or the coefficient of dispersion (https://en.wikipedia.org/wiki/Index_of_dispersion this is what i meant).