Skip to content

Cardiorespiratory beat-to-beat models used for my masters' thesis

License

Notifications You must be signed in to change notification settings

mapi1/CardioModels.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CardioModels.jl

Lifecycle codecov.io Dev Build Status

This little package gives some models of cardiovascular variability used in my thesis, for experimenting and learning. For detailed information refer to the Documentation.

Installation

To install this package type the following into the REPL, this requires Julia >= 1.6

using Pkg
Pkg.add("https://github.com/mapi1/CardioModels.jl.git")

Examples

Example notebooks using Pluto.jl are provided in the folder /examples showing basic usage examples. The folder contains its own Project.toml. By running Julia in the example folder and using

using Pkg; Pkg.activate("."); Pkg.instantiate()

all required packages will be installed. From Pluto.jl version 0.15 onward this is no longer necessary, all packages will be installed by the notebook package mangager.

About

Cardiorespiratory beat-to-beat models used for my masters' thesis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages