[REBOL] GPS: minimizing sum of squares algorithm
From: jjmmes:y:ahoo:es at: 8-Nov-2002 19:41
Has anybody written this algorithm in Rebol ? I need this to georeference gps data, i.e. find a, b, c, d, e, f below given three calibration points x = a + b lat + c lon y = d + e lat + f lon It's available as a math library in most languages but maybe some rebol guru has it too ! Regards