📝 **Task:** Implement `flag_outliers(stream, threshold=3.0)` that yields `(index, value)` for each outlier under the rolling z-score rule. Skip the first 2 points (insufficient stats).
📋 Implement the function above. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.