Skip to content

Example of reliability analysis using a vine-copula to evaluate a ship fender.

Notifications You must be signed in to change notification settings

rlanzafame/vine-fender

Repository files navigation

Reliability analysis of a ship fender using a vine-copula

Create R Environment

Instructions for running analysis with local Anaconda installation. The following steps should be run in a terminal and will install a conda environment for R and run the analysis.

Robert ran this using git bash. If you don't have git installed you can download the repo directly from GitHub.

git clone git@github.com:rlanzafame/vine-fender.git
conda create --name r-vine-fender
conda activate r-vine-vine-fender
conda install -c conda-forge r-base=4.1.3
conda install --file requirements.txt
Rscript packs.r
Rscript run_reliability.r

If you don't have SSH enabled, clone the repository by replacing the first line in the example above with:

git clone https://github.com/rlanzafame/vine-fender.git

About

Example of reliability analysis using a vine-copula to evaluate a ship fender.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages