Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Estimating continuous functions

by johndageek (Hermit)
on Mar 30, 2004 at 02:14 UTC ( [id://340827]=note: print w/replies, xml ) Need Help??


in reply to Estimating continuous functions

Love the problem!

Just a couple of twisted thoughts.

Given a set of data, our first move would be to apply a set of operators to the independent variables, such that the result equals the dependent variable for one line of input data.

Then we apply the formula to the following lines of input, one after another until we get a set of data that fails.

Having successfully negotiated all of the given data, do we assume (yes yes I know) the formula isthe correct one? Or do we need to attempt to find all (sigh) possible formulas that will work out when applied to the data set?

Either way we are left with the sticky problem of trying to know all possible fomulae that will solve a given set of data for a given set of answers. This begins to smack of cryptography.

Some series may not play fair such as:
1 1 2 3 5 8 13 21
o t t f f s s e

would the following fit in as a possible data set?
x y z D

1 4 1 3
4 1 5 4
1 5 9 5
5 9 2 6

"formula" to get x,y and z needs to be blown out for each value.
int( ($pi*10**($d-3)-(int($pi*10**($d-3)))) *10**3)

Thanks for a fun problem and headache! Good luck.

Enjoy!
Dageek

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found