search for: totupnum

Displaying 1 result from an estimated 1 matches for "totupnum".

Did you mean: totnum
2012 Apr 26
0
constrained optimisation without second order derivatives? - lnsrch error
...me which I can only tell if my calculated value is too small (s1, s2, s3 etc.), and others which I can only tell if it is too large (l1, l2, l3 etc) So if my predicted value for l1 is too high I square the difference between it and the actual result, add it to 'totuperr' and increment 'totupnum', and if s1 is too small I square the difference, add it to 'totdownerr' and increment 'totdownnum'. For each day I then take totuperr/totupnum, totdownerr/totdownnum and add them both to my final error term. I'm constraining two of my parameters (to be between 0 and 1), a...