Description
Functional Programming Assignment
Given the following list of integer values:
val values = List(1.0, -10.0, 3.0, 20.0, 53.0, -8.0, 25.0)
Write the Scala code to calculate the mean
Write the Scala code to calculate the mean of square values
Write the Scala code to calculate the standard deviation on these points
Please, submit the following:
The Scala code
The output generated by the code