Commit 110d090e authored by IT17165662's avatar IT17165662

added comments

parent c10e1412
......@@ -22,6 +22,7 @@ public class DesStatCalculation {
//median calculation
double mid;
public ArrayList<Object> Median(String[] a ) {
//create array list for store the values for parsing values to fragment
ArrayList<Object> list = new ArrayList<>();
double[] invalue = new double[a.length];
// System.out.println("Invaue in median:"+Arrays.toString(invalue));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment