For sample spaces on a compact interval.
Steps to install this package in Julia:
- start Julia REPL, then press the
]
key on your keyboard to enter package command mode. - Run the command
add "https://github.com/RoyCCWang/SurrogateKR"
- Run the command
import SurrogateKR
to compile the package into cache storage.
If this repository is modified in the future, one needs to enter package mode in Julia REPL, and run the command update SurrogateKR
.