Damien Fay
unread,Apr 19, 2012, 12:29:17 PM4/19/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Eureqa Group
I was wondering if its possible to get eureqa to maintain the same
functional form but use different coefficients. This occurs when for
two or more studies there is a common function but the coefficients
are different - perhaps the intercept is different. For example say I
have y1 x1 x2 y2 x3 x4 and I would like eureqa to minimise the sum
squared error for both data sets:
sse(f1)+sse(f2)
where
f1 = y1 - g(x1,x2,a,b)
f2 = y2 - g(x3,x4,c,d)
So g is the functional form but the coefficients {a,b} and {c,d} are
different. For example, the answer might be
y1 = .2 x1 + sin(exp(4 x2))
y2 = .6 x3 + sin(exp(5 x4))
Thanks, Damien.