Skip to content

Commit ae314f7

Browse files
mmckyclaude
andcommitted
Restore trailing newline (engine issue tracked in QuantEcon/action-translation#116)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 7403856 commit ae314f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/ols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,4 +612,4 @@ print(f'β_1 = {β_hat[1]:.2}')
612612
也可以使用 `np.linalg.inv(X.T @ X) @ X.T @ y` 来求解 $\beta$,但是推荐使用 `.solve()`,因为它涉及的计算更少。
613613

614614
```{solution-end}
615-
```
615+
```

0 commit comments

Comments
 (0)