Could you mind to teach me how can I test whether the given data is discrete or continuous in java?
For example, given array (98.6, 99.2, 103.1) and my statistic service should determine the data type.
Could you mind to teach me how can I test whether the given data is discrete or continuous in java?
For example, given array (98.6, 99.2, 103.1) and my statistic service should determine the data type.