lfiondella / SRT

Software Reliabilty Testing
5 stars 9 forks source link

Software Reliability Tool (SRT)

A web oriented software reliabilty testing suite written in R. Made to parse data sets and predict failure models based on common statistical approaches using the shiny framework.

Made by Lance Fiondella at the University of Massachusetts Dartmouth

Allen P. Nikora at Jet propulsion laboratory/ California Institute of technology

Dependancies

Using source("install_script.R") located in this repository will resolve the dependancies for SRT

To Run

library(shiny)  
runApp("/Path/To/Dir/SRT/")

This will launch the app on localhost on a random port and attempt to open a browser.

Team