Assignment
Attempt to incorporate some kind of mathematical model(s) to validate and test your program.
Mathematical modeling for verification and validation - find formulas that predict outputs and behaviors independently of running your program. When you run your program, does it behave in a way that is consistent with the predictions of the mathematical formulas? Investigate why your program may act differently from what is predicted by the theoretical math formula(s)
"Process modeling is the concise description of the total variation in one quantity, y. The response variable is a quantity that varies in a way that we hope to be able to summarize via the modeling process. Generally it is known that the variation of the response variable is systematically related to the values of one or more other variables. Testing the existence and nature of this dependence is part of the modeling process itself."
"The response variable is systematically related to the values of one or more other variables."