-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2024-08-25 update : simplify the docs.
- Loading branch information
Showing
5 changed files
with
3 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ UCIWWEIHR.jl is a Julia package for forecasting and nowcasting COVID-19 hospital | |
|
||
- Comprehensive library of Bayesian models | ||
- Simulation of infectious disease | ||
- Parameter estimation and model calibration | ||
- Model calibration | ||
- Sensitivity analysis and uncertainty quantification? | ||
- Visualization of results and MCMC evaluations(live?) | ||
|
||
|
@@ -22,5 +22,5 @@ To install UCIWWEIHR.jl, you can use the Julia package manager. Open the Julia R | |
|
||
```julia | ||
using Pkg | ||
Pkg.add("UCIWWEIHR") | ||
Pkg.add("[email protected]:cbernalz/UCIWWEIHR.jl.git") | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ To install the UCIWWEIHR.jl package, open the Julia REPL and run the following c | |
|
||
``` julia | ||
using Pkg | ||
Pkg.add("UCIWWEIHR") | ||
Pkg.add("[email protected]:cbernalz/UCIWWEIHR.jl.git") | ||
``` | ||
|
||
|
||
|