Description Usage Arguments Examples
Title
1 | gets.mle(data.ld, distribution, theta.start = NULL)
|
data.ld |
|
distribution |
|
theta.start |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ## Not run:
lzbearing.ld <- frame.to.ld(lzbearing,
response.column = 1)
bear.gets.sev.gmle.out <- gets.mle(lzbearing.ld,
distribution = "sev")
Fan.ld <- frame.to.ld(fan,
response.column = 1,
censor.column = 2,
case.weight.column = 3,
time.units = "Hours")
gets.mle(small.interval(Fan.ld, delta = 0.01),
distribution = "sev")
gets.mle(small.interval(Fan.ld, delta = 0.01),
distribution = "normal")
AlloyC.ld <- frame.to.ld(alloyc,
response.column = c(1,2),
censor.column = 3,
case.weight.column = 4,
data.title = "Alloy C",
time.units = "ksi")
gets.mle(AlloyC.ld, distribution = "sev")
gets.mle(AlloyC.ld, distribution = "normal")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.