Re: Computing Pr(f(x) != g(x))
Hmm. You could also do a 2D Gaussian Quadrature.
GQ uses a specific non-uniform set of points that minimizes the error in a 2N degree polynomial.
(For a square, you usually consider each variable separately, but there are also some 2D arrays of points.)
|