Skip to content

Commit 5502536

Browse files
committed
fix some more typos in guide
1 parent c126e6a commit 5502536

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/book/content/CCC_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ r^{'}_{m,j}-\pi = f_{m,j}\left[i-\pi\right] + (1-f_{m,j})E_{j},
3838
where $f_{m,j}$ represents the fraction of the marginal investment financed with debt by firms in industry $m$ and of tax entity type $j$.
3939

4040
In addition to the cost of capital, the `Cost-of-Capital-Calculator` reports two related measures:
41-
* The user cost of capital (ucc): $ucc_{i,m,j} = \rho_{i,m,j} + delta_{i}$
41+
* The user cost of capital (ucc): $ucc_{i,m,j} = \rho_{i,m,j} + \delta_{i}$
4242
* The tax wedge, which is the difference between the before tax rate of return (which is equivalent to the cost of capital for marginal investments) and the after-tax return top savings. The tax wedge = $\rho_{i,m,j}-s_{m,j}$
4343

4444
(sec:METR)=
@@ -86,14 +86,14 @@ where $phi$ are the fraction of inventories that use FIFO accounting and $\rho_{
8686

8787
```{math}
8888
:label: eqn:inventory_fifo
89-
\rho_{FIFO} = \frac{1}{Y_v} log(\frac{e^{(Y_v} - u_{j}}{(1 - u_{j})} - \pi,
89+
\rho_{FIFO} = \frac{1}{Y_v} ln \left(\frac{e^{rY_v} - u_{j}}{(1 - u_{j})} \right) - \pi,
9090
```
9191

9292
and
9393

9494
```{math}
9595
:label: eqn:inventory_lifo
96-
\rho_{LIFO} = \frac{1}{Y_v} log(\frac{e^{(r_{m,j}-\pi)Y_v} - u_{j}}{(1 - u_{j})} - \pi,
96+
\rho_{LIFO} = \frac{1}{Y_v} ln \left(\frac{e^{(r_{m,j}-\pi)Y_v} - u_{j}}{(1 - u_{j})} \right) - \pi,
9797
```
9898

9999
where $Y_{v}$ is the average number of years that inventories are held.

0 commit comments

Comments
 (0)