Skip to content
Discussion options

You must be logged in to vote

The anchor matters exactly in proportion to skew - which is the cleanest way to reason about it.

  1. The map is affine: reference = raw + offset + skew * (raw - anchor). Read it as: at the anchor instant, the correction is exactly offset; away from the anchor, skew adds a term that grows with the distance from the anchor. So the anchor is the point where your stated offset is pure.

  2. Wrong anchor, zero skew: harmless. If skew = 0 the anchor term vanishes and only the constant offset shifts the timeline - you can move the anchor anywhere and nothing changes. That is why anchor choice only shows up in sources with measurable rate error.

  3. Wrong anchor, nonzero skew: a tilt. Mis-stating the an…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aLima89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants