Evaluates a specified parameter using the following algorithm:
for (i = 0; i < number_of_coefficients; i++) { output = output + coefficient[i] * function[i]; }