I've been playing with the Diliberto-Straus algorithm, using the Chebyshev metric to fit a model of the form
z = f(x) + g(y)
It's a very simple algorithm (it took a few minutes to implement) and I've been looking at ways to improve it.
Anyway von Golitschek (1984) extended the algorithm to the case z = H[ u(y).f(x) + v(x).g(y) ] for specified u and v.
e.g. see http://books.google.com/books?id=jceNPtrJN8kC&pg=PA76&lpg=PA76&dq=golitschek+nomographic|nomographical&source=bl&ots=H1hlK9CVCJ&sig=NMb1HU4792EsntxUjcIK6Eh_FLc#v=onepage&q=golitschek%20nomographic|nomographical
(every google books reference that I can find that discusses it, cuts out the page that the discussion occurs on )
Unfortunately, I don't seem to be able to get hold of the original book here,
(M. von Golitschek, "Shortest path algorithms for the approximation by nomographic functions,"
in Anniversary Volume on Approximation Theory and Functional Analysis, P. L. Butzer, R. L. Stens, and B. Sz. -Nagy, eds.,
Birkhauser Verlag, Basel, Switzerland, ISNM 65, 1984, pp. 281-301. )
nor can I find any papers which discuss it properly (I found an online pdf book by Cheney which actually started to discuss it, but when it came to
details, he basically simplified the situation back to the Diliberto-Straus case ... and essentially got the DS algorithm. Gee, thanks, I can find that
anywhere)
(Most of the approximation-theory books in the university library here seem to predate 1984, but I've just managed to identify a couple of more recent ones in the catalog, so there's some hope one of them will have something.)
So anyway, if any of you guys are able to take a look and tell me what the algorithm consists of, that would be useful. I assume there's a back-projection
step to estimate H-inverse (i.e. the transform of z), which is the obvious thing to do, but I'm not exactly sure of how Golitschek deals with the u and v functions - I assume its NOT something as basic as just dividing through (because there are problems with that).
Any pointers or ideas?
