altsim_cpp: Parametric accelerated life test simulation

Description Usage Arguments Details Note

Description

Parametric accelerated life test simulation (spec censoring)

Usage

 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
33
34
35
36
37
38
39
40
41
42
43
44
ALTSIM(
  x,
  y,
  cen,
  wt,
  nrow,
  nter,
  ny,
  nty,
  ty,
  tcodes,
  kdist,
  gamthr,
  lfix,
  nparm,
  intcpt,
  escale,
  e,
  maxit,
  kprint,
  dscrat,
  iscrat,
  devian,
  thetah,
  fsder,
  vcv,
  r,
  res,
  fv,
  theta,
  xnew,
  ynew,
  centim,
  acvar,
  nsubex,
  nacvar,
  nsamsz,
  krfail,
  kctype,
  retmat,
  numret,
  numsim,
  iersim
)

Arguments

thetah

(nparm) space for thetahat

theta

(nparm) true value of theta

xnew

hold space for x

ynew

hold space for y

centim

(nsubex) vector of censor times for alt

acvar

(nsubex,nacvar) matrix of accelerating vars

nsubex

number of subexperiments

nacvar

number of accelerating variables

nsamsz

(nsubex) vector giving number of units at each comb

kctype

= 1 for type 1 at centim, = 2 for type 2 with centim failures

retmat

(numret,numsim) matrix to return results, one result per col

numsim

number of simulations to be run

iersim

> 0 if data space too small

Accelerating

Variable - X1, X1, Comb1, Comb2, Comb3

nrowr

number of rows being returned in retmat

Details

Parameter meanings same as in wqm_mlboth except those listed here

Note

Modified 19 December 1997 to account for multiple accelerating variables


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