Description Usage Arguments Details Value Examples
A simplistic fitting method also called "1-parameter Weibull" based on a "prior" known beta value.
1 |
x |
Either a vector of class |
s |
An optional vector of suspension data. |
beta |
A weibull shape parameter based on prior like kind study. |
This function implements a very simplistic relationship defined by two lines of R code:
t_eta<-(times^beta)/nfail
out_val<-sum(t_eta)^(1/beta)
Note: for a single failure dataset, with beta = 1, the return is simply the sum of the failure time value plus sum of all suspension times.
Should no failures exist, then the nfail will be set to 1 for a pessimistic solution.
Returns the Weibull scale, Eta, paramater value.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.