xfit | R Documentation |
wblr
Object
Creates a list of distribution and fit elements from a wblr
object.
xfit(obj, fit_num=1)
obj |
An object created by wblr and the result of at least one modifying wblr.fit call. |
fit_num |
The numbered fit in the wblr object. |
A list holding dist
the distribution name and fit
a vector as extracted from the wblr
object.
William Q. Meeker and Luis A. Escobar, (1998) "Statistical Methods for Reliability Data", Wiley-Interscience, New York
Robert B. Abernethy, (2008) "The New Weibull Handbook, Fifth Edition"
John I. McCool, (2012) "Using the Weibull Distribution: Reliability, Modeling and Inference"
Jurgen Symynck, Filip De Bal, Weibull analysis using R, in a nutshell (New Technologies and Products in Machine Manufacturing Technology, Stefan cel Mare University of Suceava, 2010).
obj<-wblr.fit(wblr(rweibull(10,1,1))) xfit(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.