Skip to content

bdavs/SRT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Reliabilty Testing (http://srt.umassd.edu)

A web oriented software reliabilty testing suite. Made to parse data sets and predict failure models based on common statistical approaches.

Made by Lance Fiondella at the University of Massachusetts Dartmouth

Allen P. Nikora at Jet propulsion laboratory/ California Institute of technology
Team:
  Daniel Garcia
  Robert Davis
  Richard Muri
  Miles Wilhelms-Tricarico
  George Haddad
  Brain Etienne
  Eric J Pires
  Jarred Trottier
  Jimmy Rodriguez
  Rebecca E Field	
  William P Foley
  Karthik Katipally
  Sameer Bharadwaj Kencham
  Varun Kumar Reddy Garlapati
  Vidhyashree Nagaraju
  
Dependancies:
R version >= 3.0
shiny  R Package
gdata R Package
ggplot2 R Package
rootSolve R Package
These can be resolved using the install.Packages() function from the R command Line

To Run:
Clone this git
Resolve the dependancies above
if you only have the r command line interpreter:
  From the R command line type:
    >>library(shiny)
    >>runApp("/Path/To/Dir/SRT/")
  This will launch the app on localhost on a random port and attempt to open your browser.

if you have the full RStudio environment:
  simply click Run App 

About

Software Reliabilty Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.5%
  • Other 0.5%