Skip to content

Commit

Permalink
Update documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KexinChen1999 authored May 5, 2024
1 parent 15bfa01 commit ccb0019
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ Pkg.add(url="https://github.com/KexinChen1999/LR_market.jl")

To show how the `ReplicationPackage_KexinCHEN_JinxuMI` package can be used, several Julia packages are required to be installed and used, including `Pkg`, `Printf`, `MAT`, `Distributions`, `LinearAlgebra`, `Statistics`, `DelimitedFiles`, `Optim`, `NLsolve`, `Plots`, `Serialization`, `CSV`, and `DataFrames`. Also, we assume you have already installed `ReplicationPackage_KexinCHEN_JinxuMI` as described above.

## Attention!!!⚠️

## Attention⚠️
You must change the current working directory using the cd() function where you put the data.
```julia
cd("path/to/directory")
```

## Calibration of Benchmark Economy
First, we focus on the the Calibration of Benchmark Economy (BE) part and define the `BE_eval` function:
Expand Down

0 comments on commit ccb0019

Please sign in to comment.