Skip to content

Commit

Permalink
Fixing section heading
Browse files Browse the repository at this point in the history
  • Loading branch information
s-baumann committed Mar 31, 2019
1 parent 5207ada commit 44e1d89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/4_Applications.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 4 Applications
# 4 Applications

## 4.1 Finding equilibrium prices in a pure exchange economy

Expand Down Expand Up @@ -400,5 +400,4 @@ FP = fixed_point(x -> one_iterate.(x, 0.95), [2.0]; Algorithm = Anderson, PrintR
cutoff_multiplier = FP.FixedPoint_[1]
# We can find the upper and lower edges of the hypercube in each dimension. They are stored in each dimension in the below array of tuples.
cutoffs = vcat(zip(-cutoff_multiplier .* sqrt.(diag(covar_matrix)) , cutoff_multiplier .* sqrt.(diag(covar_matrix)))...)
```

0 comments on commit 44e1d89

Please sign in to comment.