Search code examples
javamodemediancontinuousmean

How to calculate mean, median and mode from a set of CONTINUOUS numbers in Java?


Do you know if there is a library that supports these statistical operations or a way to do it in java?


Solution

  • There are no library methods in java to achieve this. Please read this similar topic

    Mean, Median, Mode, Range - Java