Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon authored Nov 22, 2024
1 parent d7e04a4 commit 94887e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/14-community-hosp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The model has the following parameters:
Here is an example of the run

```bash
root ➜ /workspaces/epiworld/examples/14-community-hosp (example-karim) $ make
root ➜ /workspaces/epiworld/examples/14-community-hosp $ make
g++ -std=c++17 -O3 -g main.cpp -o main.o
root ➜ /workspaces/epiworld/examples/14-community-hosp (example-karim) $ ./main.o
root ➜ /workspaces/epiworld/examples/14-community-hosp $ ./main.o
_________________________________________________________________________
Running the model...
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| done.
Expand Down Expand Up @@ -65,9 +65,9 @@ Transition Probabilities:
## Notes
An few key observations from this example.
A few key observations from this example.
1. **We have a sampling function that exclude population**. These two functions are used in the update functions so, when susceptible (in the community) sample, the sampling excludes individuals who are hospitalized. Likewise, hospitalized
1. **We have a sampling function that exclude population**. These two functions are used in the update functions so the sampling excludes hospitalized individuals:
```cpp
Expand Down

0 comments on commit 94887e0

Please sign in to comment.