Weibull Analysis Using R, in A Nutshell
Weibull Analysis Using R, in A Nutshell
Abstract: This article gives a very short introduction to fatigue and reliability analysis using
the two-parameter Weibull model. To gain expert insight in the inner workings of commercial
analysis packages such as Reliasofts Weibull++ and superSMITH Weibull, the authors created an
open source alternative with a subset of analysis tools and made it freely available as an Open
Source package for the R statistical software. This article explains briefly how to use the software,
how Weibull plots are generated and how conclusions can be drawn. For the complete and most
recent version of this document, check ref. [1]. For more in-depth treatment of the subject, check
ref. [2].
Keywords: Weibull, R, open source software, fatigue, reliability, analysis
1
1.1
Introduction
1.2
1.4
Censored data
Why Weibull?
4.1
[1]
5.1
ob state
149971
1
70808
1
133518
1
145658
1
175701
1
50960
1
126606
1
82329
1
...
[1] "beta = 2.5812750442969"
[1] "eta = 132511.801341605"
>
all of the
following
plot (the
must be
library(weibulltoolkit)
d <- data.frame(ob=c(149971, 70808, 133518,
145658, 175701, 50960, 126606, 82329), state=1)
plot.wb(d)
5e+05
5e+06
50
50
90 99
5000
90 99
1000
20
5000
50000
5e+05
5e+06
Age
2
1
0.5
B10 = NA | 55420
B1 = NA | 22300
B0.1 = NA | 9123
B0.01 = NA | 3738
1000
10
20
10
5
2
1
CI = 90 [%]
lower CB = 5 [%]
higher CB = 95 [%]
R = 1000
0.1
0.5
0.1
6
2
8
7
3
4
1
5
>
Unreliability [%]
B-life
Conclusion
References
http://mechanics.kahosl.be/fatimat/inde
x.php/downloads-andinformation/40/171
download area from the FATIMAT
projects website with the most recent
version of this document.
[2]
[3]
http://mechanics.kahosl.be/fatimat
[4]
http://www.kahosl.be/site/index.php?p
=/nl/page/153/
homepage of the PWO funding channel
on the website of KaHo Sint-Lieven.
[5]
http://www.kahosl.be
[6]
http://www.reliasoft.com
[7]
http://www.barringer1.com/wins.htm
[8]
http://mechanics.kahosl.be/fati
mat/index.php/multimedia/36/1
93
http://www.youtube.com/watc
h?v=g2IczVyuQkQ
install.packages("c:/temp/weibulltoolkit_0.1.6.
zip",repos=NULL)
[10]
http://www.r-project.org/
[11]
http://cran.r-project.org/
[12]
http://www.sciviews.org/Tinn-R/
[13]
http://sourceforge.net/projects/weibullt
oolkit/
[14]
http://weibulltoolkit.git.sourceforge.net
/git/gitweb-index.cgi
[15]
http://git-scm.com/
[16]
http://code.google.com/p/msysgit/
[17]
http://cran.rproject.org/web/packages/survival/
9
9.1
Notes
Installing the toolkit under Windows
1) Go to the Weibulltoolkits homepage
on Sourceforge.net (ref. [13]) and
Code compatibility