WeibullR.gallery
Data and scripts for WeibullR
Install / Use
/learn @openrelia/WeibullR.galleryREADME
WeibullR.gallery
Data and scripts for WeibullR presentations and tutorials
Test examples:
Loading a vector from a .csv file
agc<-read.csv("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/data/acid_gas_compressor.csv", header=T)$agc
Running a script
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/contour_challenge.r")

A script that displays a dataframe
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/manipulate_contour_challenge.r")
Replicating Figure3.13 from “The New Weibull Handbook”
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/Fig3.13ln.r")

A Multi-Distribution plot on Weibull Canvas
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/Fig3.13multi.r")

Bathtub Life Data
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/bathtub_life.r")

Life Data Division as Competing Modes
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/competing_modes.r")

Linearized 3p fits by t0 modification
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/linearized3p.r")

Compare two data sets by likelihood contour
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/compare_6mp.r")

Inspection Data for Cracks in Parts in Service - Probit Analysis
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/probit_1.r")

Interval Analysis on Parts Cracking Data
(Requires WeibullR version > 1.0.11.4 available on R-Forge)
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/inspection_intervals.r")

Comparing the Simple Weibayes Function to a Challenging MLE Contour
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/weibayes_study.r")

Contour to Bounds
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/contour2bounds.r")

Likelihood Ratio Bounds on a 3-Parameter Model
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/LRbounds_3p.r")

Fisher Matrix Bounds on a 3-Parameter Model
source("https://raw.githubusercontent.com/openrelia/WeibullR.gallery/master/scripts/three_parameter_FM2.r")

