I reprocessed the big rectangle data using 3.89m story heights (taken from NIST's slab-to-slab distances for typical floors) and a scale measurement below the center of the rectangle of 5 stories equal to 114 pixels. This measurement is subject to considerable error, about +/- 5 pixels, because of a lot of distortion over the north face, so I'll start with the nominal figure of 0.171 meters per pixel but later investigate 0.163 and 0.178.
Since the first half is questionable and precedes global initiation, I've trimmed off the first 6.5 seconds. This is still not quite enough to make the data only monotonically increasing in the beginning, but it's a good start. Also, the last eight points were not used in the fits to follow.
The intent here is to interpolate, not provide a functional form that has physical meaning. Unlike NIST, I will use two different functions for the first and last half of the dataset, both simpler than their single function. The first 3.5 seconds are fit to an exponential and the interval 2.8 - 4.35 seconds are fit by a 3rd degree polynomial.
f_1(t) = a0 + a1*exp(a2*t)
f_2(t) = a0 + a1*t + a2*t^2 + a3*t^3
The fits obtained are very good:
f_1(t) = -0.0019275 + 0.0024491*exp(1.9909*t)
f_2(t) = -31.025 + 33.588*t - 12.379*t^2 + 1.5785*t^3
The following graph depicts the dataset points as light green dots and the two interpolating functions as darker green solid lines with their first and second derivatives as broken lines. A constant acceleration of
g is indicated by a red dash. Note the ranges of the interpolating functions overlap, by design, and we can see the zeroth, first and second derivatives are all matched at 3.15 seconds.

Large:
http://i33.tinypic.com/2hy7w9v.pngShows acceleration exceeding
g starting at just after 3.6 seconds. Let's see, we have the following propositions, all found to be true:
1) The mid-roofline smear has a different shape than the NW corner --
shallower2) The rectangle data closely follows the shape of the mid-roofline, to within small scale factors in time and distance
3) The pair of interpolating functions match the rectangle displacement data very well
4) The velocity and acceleration derived from the interpolations are well behaved and essentially continuous at 3.15s
5) The derived acceleration from interpolation exceeds
g substantially
Adding Dr. G's fit function in as a blue line, after translation by 1 meter up and 2.87 seconds later:

Large:
http://i37.tinypic.com/6r21wl.pngNot a perfect match, but amazingly close. Paradoxically, the acceleration obtained from this fit is a constant 8.7 m/s^s, as stated. More to come.
Edit: the label for the blue line says '
f(t) = ...' but erroneously shows powers of
x.