gets.mle: Title

Description Usage Arguments Examples

Description

Title

Usage

1
gets.mle(data.ld, distribution, theta.start = NULL)

Arguments

data.ld
distribution
theta.start

Examples

 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)

Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.