Correct answer is (a) abs(sumsqr())
For explanation: The command sumsqr () finds the sum of squares of finite variables in a series. If we give sumsqr(abs()), it will convert all the values in the series to absolute values so we won’t get the true sum of the series. sumsqr() will only give the sum of all the values in the series.