Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Reverse engineering a formula...

by Skeeve (Parson)
on Jun 13, 2006 at 10:21 UTC ( [id://554991]=note: print w/replies, xml ) Need Help??


in reply to Reverse engineering a formula...

With the amount of information you gave, the only formular I can easily think of ;) is: 200,000 / 237.180

Or in other words: How can you expect us to help you with this lack of information?

s$$([},&%#}/&/]+}%&{})*;#$&&s&&$^X.($'^"%]=\&(|?*{%
+.+=%;.#_}\&"^"-+%*).}%:##%}={~=~:.")&e&&s""`$''`"e

Replies are listed 'Best First'.
Re^2: Reverse engineering a formula...
by devnul (Monk) on Jun 13, 2006 at 10:26 UTC
    I was trying to keep my question "theoretical". But here's the numbers if you really want them:

    $VAR1 = [ '18.930167', '17.967469', '0.008720', '0.008720', '122.640000', '12493.320000', '359.520000', '288.700000', '359.520000', '89.880000', '32.960000', '56.920000', '13.470000', '1231.360000', '20587.440000', '359.520000', '792.170000', '629.160000', '972.290000', ];
    - Devnul

      How's this for a guess? A 24-month lease

      An initial price of 12,493.32 A first payment of 1,231.36 + 23 monthly payements of 843.24 ===================================== Total cost (- tax relief) 20,587.44 Daily interest rate 0.008720 Annual Equivalent rate 17.967469 Annual effective rate (inc. one off payments) 18.930167

      Other numbers include one-off admin charges and daily/weekly effective costs?


      Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
      Lingua non convalesco, consenesco et abolesco. -- Rule 1 has a caveat! -- Who broke the cabal?
      "Science is about questioning the status quo. Questioning authority".
      In the absence of evidence, opinion is indistinguishable from prejudice.

      Well, look at it this way:

      • You have 19 floats
      • Each float may:
        • Need to be added (multiply by 1)
        • Need to be subtracted (multiply by -1)
        • Need to be ignored (multiply by 0)

      This means there are 3 to the power 19 different ways to combine these numbers... That's a lot of possible combinations to try, but it can be done I suppose... You'd probably want to write a recursive algorithm to try all these permutations, and see if the rounded total matches the number you specified...

      Update: Possible solution code posted below

      That will never give the sum you told us, because of 18.930167 and 17.96746

      You will never get aything with just 2 decimal digits behind the decimal point with those 2 numbers.

      s$$([},&%#}/&/]+}%&{})*;#$&&s&&$^X.($'^"%]=\&(|?*{%
      +.+=%;.#_}\&"^"-+%*).}%:##%}={~=~:.")&e&&s""`$''`"e

        And as the information is financial in nature, the end-result is most probably rounded to two digits. So in fact these two numbers may well be part of the formula...

        In fact, without knowing for sure how exactly rounding is done, you'll have to look for a 'fuzzy' match; the last few digits may be off. Perhaps rounding the target and the tested result to integers would be the best way to go about this.

        On a side note. the two numbers below 0.01 are most probably percentages... So we may also need to do multiplication, which would make it an almost impossible task, mainly because this would mean we also have to take operator-precedence into account...

        With the info we have, there is no guarantee that all the columns are used.



        This is not a Signature...
        Not every number necessarily needs to be part of the formula (obviously its 2 or more numbers in some combination of addition and/or subtraction). Those two numbers could simply not be part of the formula.

        - Devnul

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://554991]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (1)
As of 2024-04-16 15:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found