perform calculation evaluation in associative array
Hello, I am trying to get a function to return a standard deviation calculation stored inside an associative array, my code will only return the expression of the associative array and not the calculation. would you please tell me what is wrong with my code. cvf= Max(replist);// my cvf in the file is 8cv=Associative Array();cv[6]=Associative Array({(Std Dev(5,6,7,8,9,10))});cv[8]=Associative Arr...