-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterpretations.tsv
More file actions
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 512.
791 lines (791 loc) · 37.1 KB
/
Copy pathinterpretations.tsv
File metadata and controls
791 lines (791 loc) · 37.1 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
name interpretation
\cbl left curly brace (open only)
\cb auto-sized curly braces around argument
\cbmat matrix wrapped in auto-sized curly braces
\paren auto-sized parentheses around argument
\pmat matrix formatted with parentheses (pmatrix)
\sparen fixed-size parentheses around argument
\sb auto-sized square brackets around argument
\distop operator-name distribution/function dispatcher
\sbmat matrix formatted with square brackets (bmatrix)
\Prf Pr(·) probability expression
\am arg max operator
\argmax arg max operator (alias for \am)
\amin arg min operator
\argmin arg min operator (alias for \amin)
\p probability density/mass function symbol p
\f probability density function symbol f
\F cumulative distribution function symbol F
\h hazard function symbol h
\H cumulative hazard function symbol H
\pr probability function symbol (alias for \p)
\dens probability density symbol (alias for \p)
\pdens probability density symbol (alias for \p)
\fdens f-style density symbol (alias for \f)
\mass probability mass symbol (alias for \P)
\pmass probability mass symbol (alias for \P)
\fmass F-style mass symbol (alias for \F)
\S survival function symbol S
\Sf survival function S(·) applied to argument
\surv survival function symbol (alias for \S)
\survf survival function applied to argument (alias for \Sf)
\survratio survival ratio θ_S (ratio symbol with survival subscript)
\rsurv survival ratio (alias for \survratio)
\survr survival ratio (alias for \survratio)
\survratiof survival ratio function θ_S(·)
\rsurvf survival ratio function (alias for \survratiof)
\survrf survival ratio function (alias for \survratiof)
\riskset risk set symbol ℛ (survival analysis)
\risksetf risk set at time t: ℛ(t)
\Q quantile function symbol Q
\quantile quantile function symbol (alias for \Q)
\Qf quantile function Q(·) applied to argument
\quantilef quantile function applied to argument (alias for \Qf)
\hQ estimated quantile function Q̂
\hquantile estimated quantile function (alias for \hQ)
\hQf estimated quantile function Q̂(·) applied to argument
\hquantilef estimated quantile function applied to argument (alias for \hQf)
\ph estimated probability p-hat
\P probability operator P
\hp estimated probability (alias for \ph)
\ga Greek letter alpha (α)
\a Greek letter alpha (alias for \ga)
\b Greek letter beta (β)
\g Greek letter gamma (γ)
\floor floor function ⌊·⌋
\ceiling ceiling function ⌈·⌉
\ceil ceiling function (alias for \ceiling)
\Ber Bernoulli distribution label
\Bernoulli Bernoulli distribution label (long form)
\Pois Poisson distribution label
\Poisson Poisson distribution label (long form)
\Gaus Gaussian distribution label
\Normal Normal distribution label N
\ndist Normal distribution expression N(·)
\NB Negative Binomial distribution label
\NegBin Negative Binomial label (long form)
\vbeta beta coefficient vector
\vb beta vector (alias for \vbeta)
\vzero zero vector
\vone vector of ones
\gb Greek letter beta (alias for \b)
\gg Greek letter gamma (alias for \g)
\gd Greek letter delta (δ)
\eps varepsilon error term (ε)
\veps error vector (ε-vector)
\epsp ε(·) error function
\epsf ε(·) error function (alias for \epsp)
\om Greek letter omega (ω)
\m Greek letter mu / population mean (μ)
\mean population mean symbol μ
\pmean population mean symbol (alias for \mean)
\popmean population mean symbol (alias for \mean)
\vm mean vector (μ-vector)
\s Greek letter sigma (σ)
\l Greek letter lambda (λ)
\gl Greek letter lambda (alias for \l)
\lam Greek letter lambda (alias for \l)
\k Greek letter kappa (κ)
\cs conditional survival probability Pr(T>t|T≥t)
\condsurv conditional survival probability (alias for \cs)
\gs Greek letter sigma (alias for \s)
\gm Greek letter mu (alias for \m)
\M uppercase M symbol (italic variable, alias for mean/moment)
\gM uppercase M symbol (alias for \M)
\Mu uppercase M symbol (alias for \M)
\cd centered dot multiplication symbol (·)
\cds centered ellipsis (⋯)
\lds lower ellipsis (…)
\eqdef equals-by-definition symbol (≝)
\defeq equals-by-definition (alias for \eqdef)
\hb estimated beta coefficient β̂
\hvb estimated beta vector (β̂-vector)
\hR Gelman-Rubin convergence diagnostic (potential scale reduction factor, R-hat)
\hk estimated kappa κ̂
\hkappa estimated kappa (alias for \hk)
\hl estimated lambda λ̂
\hy fitted / predicted value ŷ
\yh fitted value ŷ (alias for \hy)
\V variance operator symbol Var
\hs estimated sigma σ̂
\hsig estimated sigma (alias for \hs)
\hS estimated covariance matrix Σ̂
\hSig estimated Sigma (alias for \hS)
\hSigma estimated Sigma (alias for \hS)
\hsurv estimated survival function
\hSurv estimated survival function (alias for \hsurv)
\hSurvf estimated survival function Ŝ(·) applied to argument
\dist distributes as relation (∼)
\ddist approximately distributes as (∿)
\dsim approximately distributes as (alias for \ddist)
\za normal critical value z_{1−α/2}
\ciradsym confidence interval radius symbol (ξ)
\cirad confidence interval radius expression
\ciradf confidence interval radius with argument
\ci full confidence interval expression
\th Greek letter theta (θ)
\vth theta parameter vector
\Th uppercase Theta (Θ)
\xbar sample mean x̄
\hth estimated theta θ̂
\hthml maximum likelihood estimate of theta
\ba begin aligned math environment
\ea end aligned math environment
\ind statistical independence symbol (⊥⊥)
\indpt independence symbol (alias for \ind)
\indold independence symbol (legacy Unicode)
\all universal quantifier (∀)
\iid i.i.d. label
\ciid conditionally i.i.d. label
\simind independently distributed relation
\siid i.i.d. distributed relation
\sciid c.i.i.d. distributed relation
\simiid i.i.d. distributed (alias for \siid)
\distiid i.i.d. distributed (alias for \siid)
\tf therefore symbol (∴)
\Lik likelihood script symbol (ℒ)
\llik log-likelihood symbol (ℓ)
\loglik log-likelihood symbol (alias for \llik)
\logl log-likelihood symbol (alias for \llik)
\llikf log-likelihood function ℓ(·)
\Likf likelihood function ℒ(·)
\loglikf log-likelihood function ℓ(·) (alias for \llikf)
\loglf log-likelihood function ℓ(·) (alias for \llikf)
\likf log-likelihood function ℓ(·) (alias for \llikf)
\deviation deviation symbol e
\devn deviation symbol (alias for \deviation)
\deviationv deviation vector ẽ
\devnv deviation vector (alias for \deviationv)
\Deviation uppercase deviation symbol E
\Devn uppercase deviation (alias for \Deviation)
\residual residual symbol r
\resid residual symbol (alias for \residual)
\residv residual vector r̃
\Residual uppercase residual symbol R
\Resid uppercase residual (alias for \Residual)
\stdresidual standardized residual r′
\stdresid standardized residual (alias for \stdresidual)
\StdResidual uppercase standardized residual R′
\StdResid uppercase standardized residual (alias)
\modresidual modified residual r*
\modresid modified residual (alias for \modresidual)
\ModResidual uppercase modified residual R*
\ModResid uppercase modified residual (alias)
\score score function ℓ′
\scorev score vector
\scorei per-observation score vector ℓ′_i
\scorevi per-observation score vector (alias for \scorei)
\scoref score function ℓ′(·)
\hess Hessian of log-likelihood ℓ″
\hessm Hessian matrix (alias for \hess)
\hessian Hessian (alias for \hess)
\hessij (i,j) element of the Hessian
\hessijalt (i,j) Hessian in bracket notation
\hessf Hessian function ℓ″(·)
\hessianf Hessian function (alias for \hessf)
\starf starred / optimal version of argument
\lik log-likelihood (alias for \llik)
\est estimated / hat version of argument
\Est estimated / wide-hat version of argument (for multi-character targets)
\esttmp alternative estimate notation (·̂*)
\esttmpl alternative estimate of lambda
\cR range / codomain symbol ℛ
\range range / codomain (alias for \cR)
\Range range / codomain (alias for \cR)
\rangef range of a function ℛ(·)
\seq sequence (colon range) from first to second argument, e.g. 1:n
\~ approximately equal (≈)
\dapp approximately equal dot notation (≐)
\deriv partial derivative operator ∂/∂(·)
\dderiv second partial derivative ∂²/∂(·)²
\derivf partial derivative ∂f/∂x with numerator
\derivff partial derivative ∂f/∂x (reversed argument order)
\derivfnd alias for \derivf (numerator first, denominator second)
\derivfdn alias for \derivff (denominator first, numerator second)
\dderivf second partial derivative ∂²f/∂x²
\xderiv cross partial derivative ∂²/∂x∂y
\xderivf cross partial ∂²f/∂x∂y with numerator
\xderivff cross partial (reversed argument order)
\dif total derivative fraction dF/dt (numerator first, denominator second)
\red typeset argument in red
\green typeset argument in green
\blue typeset argument in blue
\cyan typeset argument in cyan
\magenta typeset argument in magenta
\yellow typeset argument in yellow
\black typeset argument in black
\gray typeset argument in gray
\white typeset argument in white
\darkgray typeset argument in dark gray
\lightgray typeset argument in light gray
\brown typeset argument in brown
\lime typeset argument in lime green
\olive typeset argument in olive
\orange typeset argument in orange
\pink typeset argument in pink
\purple typeset argument in purple
\teal typeset argument in teal
\violet typeset argument in violet
\hE estimated expected value Ê[·]
\hExp estimated expected value (alias for \hE)
\hExpf estimated expected value (alias for \hE)
\hmu estimated mean μ̂
\hmuf estimated mean function μ̂(·)
\Expp expectation operator E (no argument)
\Ep expectation operator (alias for \Expp)
\expit expit / logistic function
\expitf expit applied to argument
\dexpitf derivative of expit function
\logit logit function
\logitf logit applied to argument
\E expected value E[·]
\Ef expected value (alias for \E)
\Exp expected value (alias for \E)
\Expf expected value (alias for \E)
\Expfc conditional expected value E_c[·]
\evalAt evaluate expression at a given point
\Varr variance operator symbol Var
\Vart variance operator symbol (alias for \Varr)
\hvar estimated variance operator (hat)
\hvart estimated variance operator (alias for \hvar)
\Covt covariance operator symbol Cov
\hcovt estimated covariance operator
\hCovt estimated covariance operator (alias)
\var variance function Var(·)
\varf variance function (alias for \var)
\Var variance function (alias for \var)
\hVar estimated variance function V̂ar(·)
\Varf variance function (alias for \var)
\hvarf estimated variance function (alias for \hVar)
\Cov covariance function Cov(·)
\Covs bivariate covariance Cov(·,·)
\Covf covariance function (alias for \Cov)
\covh estimated covariance function Ĉov(·)
\covhf estimated covariance function (alias)
\hcovf estimated covariance function (alias)
\Cort correlation operator symbol Cor
\hcort estimated correlation operator
\Cor correlation function Cor(·)
\Corf correlation function (alias for \Cor)
\Cors bivariate correlation Cor(·,·)
\hCor estimated correlation function Ĉor(·)
\hCorf estimated correlation function (alias)
\hCors estimated bivariate correlation
\med median operator symbol
\medf median function med(·)
\IQR interquartile range operator symbol
\IQRf interquartile range function IQR(·)
\varht estimated variance operator (hat, alias)
\varh estimated variance function (alias)
\varhf estimated variance function (alias)
\vc bold vector notation for argument
\sd standard deviation function sd(·)
\SD standard deviation function SD(·)
\hSD estimated standard deviation SD̂(·)
\hSDf estimated standard deviation (alias)
\se standard error function se(·)
\hset estimated standard error operator ŝe
\hSE estimated standard error operator ŜE
\hSEt estimated SE operator (alias for \hSE)
\sef standard error function (alias for \se)
\hse estimated standard error ŝe(·)
\hsef estimated standard error (alias for \hse)
\SE standard error function SE(·)
\SEf standard error function (alias for \SE)
\SDf standard deviation function (alias for \SD)
\HSE estimated standard error function (alias)
\hSEf estimated standard error function (alias)
\logt log operator symbol
\logf log{·} function applied to argument
\dlog derivative of log (log′)
\dlogf derivative of log applied to argument
\exp exponential function exp{·}
\expt exp operator symbol
\expf exponential function (alias for \exp)
\expfn exponential function (alias for \exp)
\dexp derivative of exponential (exp′)
\dexpf derivative of exp applied to argument
\e e^(·) exponential notation
\ef e^(·) exponential notation (alias for \e)
\inv multiplicative inverse (·)^{−1} with parentheses
\invf multiplicative inverse (alias for \inv)
\invp multiplicative inverse (alias for \inv)
\invcb inverse with curly braces {·}^{−1}
\invsb inverse with square brackets [·]^{−1}
\oinf observed information symbol I
\oinfm observed information matrix symbol
\Nat natural numbers set ℕ (blackboard-bold)
\oinff observed information function I(·)
\einf expected (Fisher) information symbol ℐ
\EInf expected information (alias for \einf)
\FInf Fisher information (alias for \einf)
\einfm expected information matrix symbol
\einff expected information function ℐ(·)
\heinf estimated Fisher information ℐ̂
\heinff estimated Fisher information function ℐ̂(·)
\1 indicator function 1_{·} (upright subscript style)
\indic indicator function 𝟙_{·} (blackboard bold)
\indicp indicator function 𝟙(·) with parentheses
\indiccb indicator function 𝟙{·} with curly braces
\indicf indicator function (alias for \indic)
\set set notation {·}
\pf probability density/mass p(·)
\Pf probability P(·)
\Bias bias function Bias(·)
\bias bias function (alias for \Bias)
\ss variance σ²
\ssqf σ²(·) variance as a function
\mselr mean squared error function MSE(·)
\maelr mean absolute error function MAE(·)
\abs absolute value |·|
\norm Euclidean norm ‖·‖
\normsq squared norm ‖·‖²
\sqf square of argument (·)²
\sq square superscript ² (postfix)
\err error term (alias for \eps)
\erf error term function ε(·)
\vec vector notation (tilde style)
\vecf vector notation (alias for \vec)
\v vector shorthand (alias for \vecf)
\matr matrix notation (bold style)
\mX design matrix X (bold)
\mx design matrix x lowercase (bold)
\va vector a (ã)
\vx vector x (x̃)
\vxs starred/reference vector x* (x̃*)
\diff difference operator Δ
\diffvx difference in x-vector Δx̃
\vxi i-th observation vector x̃_i
\vX random vector X (X̃)
\vy outcome vector y (ỹ)
\vY uppercase outcome vector Y (Ỹ)
\vz vector z (z̃)
\vZ random vector Z (Z̃)
\vD exposure/treatment vector D (D̃)
\vd exposure vector d lowercase (d̃)
\vT time vector T (T̃)
\vt time vector t lowercase (t̃)
\vpi vector of probabilities π (π̃)
\mat matrix notation (alias for \matr)
\dsn sequence x₁, …, xₙ
\X1n sequence of random variables X₁, …, Xₙ
\Xin sequence Xᵢ, i=1…n (alias for \X1n)
\x1n sequence of observations x₁, …, xₙ
\y1n sequence of outcomes y₁, …, yₙ
\' transpose superscript ⊤
\pt parenthesized transpose (x)′
\tp transpose of argument x′
\dpr dot product symbol (·)
\Xx1n paired sequence X₁=x₁, …, Xₙ=xₙ
\dprod dot product of two arguments a·b
\dprodf dot product a·b (alias for \dprod)
\dpf dot product a·b (alias for \dprodf)
\tprod transpose-based product x′y
\tprodf transpose-based product (alias for \tprod)
\iprod inner product ⟨x, y⟩
\iprodf inner product (alias for \iprod)
\oprod outer product x y′
\stprod self transpose-based product x′x
\siprod self inner product ⟨x, x⟩
\soprod self outer product x x′
\sdprod self dot product x·x
\sdprodf self dot product (alias for \sdprod)
\dsvn paired sequence X₁=x₁, …, Xₙ=xₙ (alias)
\sumn sum over index from 1 to n
\sumin sum over i from 1 to n
\sumiN sum over i from 1 to N
\sumip sum over i from 1 to p
\sumjn sum over j from 1 to n
\sumjp sum over j from 1 to p
\sumi1n sum over i from 1 to n (alias for \sumin)
\prodin product over i from 1 to n
\prodi1n product over i from 1 to n (alias)
\lp linear predictor x′β
\lpdp linear predictor at x (dot product x⃗·β⃗)
\lincomp linear combination symbol η
\odds odds symbol ω
\OR odds ratio label OR
\ratio generic ratio symbol θ (base for \ror, \hr, and similar ratio macros; subscript denotes the ratio type)
\ratiof generic ratio function θ(·)
\ror odds ratio θ_ω (ratio symbol with odds subscript)
\orf odds ratio function θ_ω(·)
\logodds log-odds symbol η
\logoddsf log-odds function η(·)
\difflogodds difference in log-odds Δη
\hdifflogodds estimated difference in log-odds ΔΗ̂
\diffeta difference in eta Δη (alias for \difflogodds)
\oddst odds operator label
\probst probs operator label
\probt prob operator label
\riskt risk operator label
\logoddst log-odds text label
\prob probability symbol π
\probs probability symbol (alias for \prob)
\risk risk symbol π (used as the subscript for \riskratio)
\prev prevalence symbol π (used as the subscript for \prevratio)
\potout potential outcome Y_a (outcome under intervened exposure a)
\potprob potential outcome probability π_a (e.g. Pr(Y_a=1) for binary Y)
\potmean potential outcome mean μ_a (e.g. E[Y_a])
\obsprob observed outcome probability π(a) (given observed exposure a)
\obsmean observed outcome mean μ(a) (given observed exposure a)
\py potential outcome Y_a (shorthand for \potout)
\ppi potential outcome probability π_a (shorthand for \potprob)
\pmu potential outcome mean μ_a (shorthand for \potmean)
\opi observed outcome probability π(a) (shorthand for \obsprob)
\omu observed outcome mean μ(a) (shorthand for \obsmean)
\probit probit link function
\oddsf odds function odds{·}
\doddsf derivative of odds function odds′{·}
\oddsinv inverse odds operator
\invodds inverse odds (alternative notation)
\oddsinvf inverse odds function
\invoddsf inverse odds function (alias)
\doddsinvf derivative of inverse odds function
\dinvoddsf derivative of inverse odds (alias)
\rate rate / hazard symbol λ
\lograte log-rate symbol η
\haz hazard function symbol λ (alias for \rate)
\hazratio hazard ratio θ_λ (ratio symbol with hazard subscript)
\hr hazard ratio (alias for \hazratio)
\rhaz hazard ratio (alias for \hazratio)
\hazr hazard ratio (alias for \hazratio)
\hrf hazard ratio function θ_λ(·)
\rhazf hazard ratio function (alias for \hrf)
\hazrf hazard ratio function (alias for \hrf)
\rateratio rate ratio θ_λ (ratio symbol with rate subscript)
\rater rate ratio (alias for \rateratio)
\rrate rate ratio (alias for \rateratio)
\rateratiof rate ratio function θ_λ(·)
\raterf rate ratio function (alias for \rateratiof)
\rratef rate ratio function (alias for \rateratiof)
\riskratio risk ratio θ_π (ratio symbol with risk subscript)
\rrisk risk ratio (alias for \riskratio)
\riskr risk ratio (alias for \riskratio)
\riskratiof risk ratio function θ_π(·)
\rriskf risk ratio function (alias for \riskratiof)
\riskrf risk ratio function (alias for \riskratiof)
\prevratio prevalence ratio θ_π (ratio symbol with prevalence subscript)
\prr prevalence ratio (alias for \prevratio)
\prevratiof prevalence ratio function θ_π(·)
\prrf prevalence ratio function (alias for \prevratiof)
\loghaz log-hazard symbol η
\diffloghaz difference in log-hazard Δη
\cuhaz cumulative hazard symbol Λ
\cumhaz cumulative hazard (alias for \cuhaz)
\cuhazratio cumulative hazard ratio θ_Λ (ratio symbol with cumulative-hazard subscript)
\rcuhaz cumulative hazard ratio (alias for \cuhazratio)
\cuhazr cumulative hazard ratio (alias for \cuhazratio)
\cuhazratiof cumulative hazard ratio function θ_Λ(·)
\rcuhazf cumulative hazard ratio function (alias for \cuhazratiof)
\cuhazrf cumulative hazard ratio function (alias for \cuhazratiof)
\Surv survival function (alias for \surv)
\incidence incidence rate (average hazard)
\phaz expected hazard E[λ] (Poisson hazard)
\idmat identity matrix 𝕀
\and set intersection (∩)
\reglincomb regression linear combination x̃·β̃
\regbetasum expanded regression sum β₁x₁+⋯+βₚxₚ
\pdf probability density function symbol f
\pmf probability mass function P(·)
\cdf cumulative distribution function symbol F
\cdff cumulative distribution function F(·) applied to argument
\hcdf estimated cumulative distribution function F̂
\hcdff estimated cumulative distribution function F̂(·) applied to argument
\defLik definitional expression for likelihood ℒ(θ)
\defLogLik definitional expression for log-likelihood ℓ
\defScore definitional expression for score function ℓ′
\defHess definitional expression for Hessian matrix ℓ″
\thmHessij formula for (i,j) element of the Hessian
\defOInf definitional expression for observed information I
\defEInf definitional expression for expected information ℐ
\thmADistMLE asymptotic normal distribution of the MLE
\eqGLMRatio GLM hazard or odds ratio expression
\defHR definitional expression for hazard ratio
\kerngaus Gaussian distribution kernel exponent
\likgaus Gaussian likelihood expression
\llgaus Gaussian log-likelihood expression
\scoreexpf score function for exponential family
\llexpmean log-likelihood expression for exponential mean model
\signt sign operator symbol
\signf sign function sign{·}
\reals real numbers ℝ
\NA not-available / missing-value placeholder (text "NA")
\ub underbrace shorthand (alias for \underbrace)
\ubf underbrace with subscript label \underbrace{·}_{label}
\dims underbrace annotation labeling an expression with its dimensions, e.g. \dims{X}{n \times p}
\factor generic factor symbol θ (base for \hazfactor, \riskfactor, and similar factor macros; compares one covariate pattern to the baseline; subscript denotes the factor type)
\factorf generic factor function θ(·)
\oddsfactor odds factor θ_ω (factor symbol with odds subscript; odds for a covariate pattern vs. baseline)
\oddsfactorf odds factor function θ_ω(·)
\fodds odds factor (alias for \oddsfactor)
\foddsf odds factor function (alias for \oddsfactorf)
\hazfactor hazard factor θ_λ (factor symbol with hazard subscript; hazard multiplier for a covariate pattern vs. baseline)
\hazfactorf hazard factor function θ_λ(·)
\fhaz hazard factor (alias for \hazfactor)
\fhazf hazard factor function (alias for \hazfactorf)
\ratefactor rate factor θ_λ (factor symbol with rate subscript; rate for a covariate pattern vs. baseline)
\ratefactorf rate factor function θ_λ(·)
\frate rate factor (alias for \ratefactor)
\fratef rate factor function (alias for \ratefactorf)
\riskfactor risk factor θ_π (factor symbol with risk subscript; risk for a covariate pattern vs. baseline)
\riskfactorf risk factor function θ_π(·)
\frisk risk factor (alias for \riskfactor)
\friskf risk factor function (alias for \riskfactorf)
\prevfactor prevalence factor θ_π (factor symbol with prevalence subscript; prevalence for a covariate pattern vs. baseline)
\prevfactorf prevalence factor function θ_π(·)
\fprev prevalence factor (alias for \prevfactor)
\fprevf prevalence factor function (alias for \prevfactorf)
\cuhazfactor cumulative hazard factor θ_Λ (factor symbol with cumulative-hazard subscript; cumulative hazard for a covariate pattern vs. baseline)
\cuhazfactorf cumulative hazard factor function θ_Λ(·)
\fcuhaz cumulative hazard factor (alias for \cuhazfactor)
\fcuhazf cumulative hazard factor function (alias for \cuhazfactorf)
\survfactor survival factor θ_S (factor symbol with survival subscript; survival for a covariate pattern vs. baseline)
\survfactorf survival factor function θ_S(·)
\fsurv survival factor (alias for \survfactor)
\fsurvf survival factor function (alias for \survfactorf)
\ff generic factor function (shorthand for \factorf)
\oddsff odds factor function (shorthand for \oddsfactorf)
\hazff hazard factor function (shorthand for \hazfactorf)
\rateff rate factor function (shorthand for \ratefactorf)
\riskff risk factor function (shorthand for \riskfactorf)
\prevff prevalence factor function (shorthand for \prevfactorf)
\cuhazff cumulative hazard factor function (shorthand for \cuhazfactorf)
\survff survival factor function (shorthand for \survfactorf)
\hprob estimated probability π̂
\hprobs estimated probability symbol π̂ (alias for \hprob)
\hrisk estimated risk π̂ (alias for \hprob)
\hprev estimated prevalence π̂ (alias for \hprob)
\hodds estimated odds ω̂
\hrate estimated rate λ̂
\hhaz estimated hazard λ̂ (alias for \hrate)
\hcuhaz estimated cumulative hazard Λ̂
\hcumhaz estimated cumulative hazard (alias for \hcuhaz)
\hratio generic estimated ratio θ̂ (hat-wrapped \ratio)
\hratiof generic estimated ratio function θ̂(·)
\hror estimated odds ratio θ̂_ω (hat-wrapped \ror)
\horf estimated odds ratio function θ̂_ω(·)
\hhazratio estimated hazard ratio θ̂_λ (hat-wrapped \hazratio)
\hhr estimated hazard ratio (alias for \hhazratio)
\hrhaz estimated hazard ratio (alias for \hhazratio)
\hhazr estimated hazard ratio (alias for \hhazratio)
\hhrf estimated hazard ratio function θ̂_λ(·)
\hrhazf estimated hazard ratio function (alias for \hhrf)
\hhazrf estimated hazard ratio function (alias for \hhrf)
\hrateratio estimated rate ratio θ̂_λ (hat-wrapped \rateratio)
\hrater estimated rate ratio (alias for \hrateratio)
\hrrate estimated rate ratio (alias for \hrateratio)
\hrateratiof estimated rate ratio function θ̂_λ(·)
\hraterf estimated rate ratio function (alias for \hrateratiof)
\hrratef estimated rate ratio function (alias for \hrateratiof)
\hriskratio estimated risk ratio θ̂_π (hat-wrapped \riskratio)
\hrrisk estimated risk ratio (alias for \hriskratio)
\hriskr estimated risk ratio (alias for \hriskratio)
\hriskratiof estimated risk ratio function θ̂_π(·)
\hrriskf estimated risk ratio function (alias for \hriskratiof)
\hriskrf estimated risk ratio function (alias for \hriskratiof)
\hprevratio estimated prevalence ratio θ̂_π (hat-wrapped \prevratio)
\hprr estimated prevalence ratio (alias for \hprevratio)
\hprevratiof estimated prevalence ratio function θ̂_π(·)
\hprrf estimated prevalence ratio function (alias for \hprevratiof)
\hsurvratio estimated survival ratio θ̂_S (hat-wrapped \survratio)
\hrsurv estimated survival ratio (alias for \hsurvratio)
\hsurvr estimated survival ratio (alias for \hsurvratio)
\hsurvratiof estimated survival ratio function θ̂_S(·)
\hrsurvf estimated survival ratio function (alias for \hsurvratiof)
\hsurvrf estimated survival ratio function (alias for \hsurvratiof)
\hcuhazratio estimated cumulative hazard ratio θ̂_Λ (hat-wrapped \cuhazratio)
\hrcuhaz estimated cumulative hazard ratio (alias for \hcuhazratio)
\hcuhazr estimated cumulative hazard ratio (alias for \hcuhazratio)
\hcuhazratiof estimated cumulative hazard ratio function θ̂_Λ(·)
\hrcuhazf estimated cumulative hazard ratio function (alias for \hcuhazratiof)
\hcuhazrf estimated cumulative hazard ratio function (alias for \hcuhazratiof)
\hfactor generic estimated factor θ̂ (hat-wrapped \factor)
\hfactorf generic estimated factor function θ̂(·)
\hff generic estimated factor function (shorthand for \hfactorf)
\hoddsfactor estimated odds factor θ̂_ω (hat-wrapped \oddsfactor)
\hoddsfactorf estimated odds factor function θ̂_ω(·)
\hfodds estimated odds factor (alias for \hoddsfactor)
\hfoddsf estimated odds factor function (alias for \hoddsfactorf)
\hoddsff estimated odds factor function (shorthand for \hoddsfactorf)
\hhazfactor estimated hazard factor θ̂_λ (hat-wrapped \hazfactor)
\hhazfactorf estimated hazard factor function θ̂_λ(·)
\hfhaz estimated hazard factor (alias for \hhazfactor)
\hfhazf estimated hazard factor function (alias for \hhazfactorf)
\hhazff estimated hazard factor function (shorthand for \hhazfactorf)
\hratefactor estimated rate factor θ̂_λ (hat-wrapped \ratefactor)
\hratefactorf estimated rate factor function θ̂_λ(·)
\hfrate estimated rate factor (alias for \hratefactor)
\hfratef estimated rate factor function (alias for \hratefactorf)
\hrateff estimated rate factor function (shorthand for \hratefactorf)
\hriskfactor estimated risk factor θ̂_π (hat-wrapped \riskfactor)
\hriskfactorf estimated risk factor function θ̂_π(·)
\hfrisk estimated risk factor (alias for \hriskfactor)
\hfriskf estimated risk factor function (alias for \hriskfactorf)
\hriskff estimated risk factor function (shorthand for \hriskfactorf)
\hprevfactor estimated prevalence factor θ̂_π (hat-wrapped \prevfactor)
\hprevfactorf estimated prevalence factor function θ̂_π(·)
\hfprev estimated prevalence factor (alias for \hprevfactor)
\hfprevf estimated prevalence factor function (alias for \hprevfactorf)
\hprevff estimated prevalence factor function (shorthand for \hprevfactorf)
\hcuhazfactor estimated cumulative hazard factor θ̂_Λ (hat-wrapped \cuhazfactor)
\hcuhazfactorf estimated cumulative hazard factor function θ̂_Λ(·)
\hfcuhaz estimated cumulative hazard factor (alias for \hcuhazfactor)
\hfcuhazf estimated cumulative hazard factor function (alias for \hcuhazfactorf)
\hcuhazff estimated cumulative hazard factor function (shorthand for \hcuhazfactorf)
\hsurvfactor estimated survival factor θ̂_S (hat-wrapped \survfactor)
\hsurvfactorf estimated survival factor function θ̂_S(·)
\hfsurv estimated survival factor (alias for \hsurvfactor)
\hfsurvf estimated survival factor function (alias for \hsurvfactorf)
\hsurvff estimated survival factor function (shorthand for \hsurvfactorf)
\emp empirical estimator label ("emp" subscript)
\km Kaplan-Meier estimator label ("KM" subscript)
\naa Nelson-Aalen estimator label ("NA" subscript)
\hsemp empirical survival function estimator Ŝ_emp
\hskm Kaplan-Meier survival function estimator Ŝ_KM
\hsnaa Nelson-Aalen survival function estimator Ŝ_NA
\hsempf empirical survival function estimator Ŝ_emp(·) applied to argument
\hskmf Kaplan-Meier survival function estimator Ŝ_KM(·) applied to argument
\hsnaaf Nelson-Aalen survival function estimator Ŝ_NA(·) applied to argument
\eQ estimated quantile function Q̂
\equantile estimated quantile function (alias for \eQ)
\eQf estimated quantile function Q̂(·) applied to argument
\equantilef estimated quantile function applied to argument (alias for \eQf)
\ep estimated probability density (hat p)
\eb estimated beta coefficient β̂
\evb estimated beta vector (β̂-vector)
\eR Gelman-Rubin convergence diagnostic (potential scale reduction factor, R-hat)
\ek estimated kappa κ̂
\ekappa estimated kappa (alias for \ek)
\el estimated lambda λ̂
\ey fitted / predicted value ŷ
\es estimated sigma σ̂
\esig estimated sigma (alias for \es)
\eS estimated covariance matrix Σ̂
\eSig estimated Sigma (alias for \eS)
\eSigma estimated Sigma (alias for \eS)
\esurv estimated survival function
\eSurv estimated survival function (alias for \esurv)
\eSurvf estimated survival function Ŝ(·) applied to argument
\esemp empirical survival function estimator Ŝ_emp
\eskm Kaplan-Meier survival function estimator Ŝ_KM
\esnaa Nelson-Aalen survival function estimator Ŝ_NA
\esempf empirical survival function estimator Ŝ_emp(·) applied to argument
\eskmf Kaplan-Meier survival function estimator Ŝ_KM(·) applied to argument
\esnaaf Nelson-Aalen survival function estimator Ŝ_NA(·) applied to argument
\eth estimated theta θ̂
\ethml maximum likelihood estimate of theta
\eE estimated expected value Ê[·]
\eExp estimated expected value (alias for \eE)
\eExpf estimated expected value (alias for \eE)
\emu estimated mean μ̂
\emuf estimated mean function μ̂(·)
\evar estimated variance operator (hat)
\evart estimated variance operator (alias for \evar)
\ecovt estimated covariance operator
\eCovt estimated covariance operator (alias)
\eVar estimated variance function V̂ar(·)
\evarf estimated variance function (alias for \eVar)
\ecovf estimated covariance function (alias)
\ecort estimated correlation operator
\eCor estimated correlation function Ĉor(·)
\eCorf estimated correlation function (alias)
\eCors estimated bivariate correlation
\eSD estimated standard deviation SD̂(·)
\eSDf estimated standard deviation (alias)
\eset estimated standard error operator ŝe
\eSE estimated standard error operator ŜE
\eSEt estimated SE operator (alias for \eSE)
\ese estimated standard error ŝe(·)
\esef estimated standard error (alias for \ese)
\eSEf estimated standard error function (alias)
\eeinf estimated Fisher information ℐ̂
\eeinff estimated Fisher information function ℐ̂(·)
\edifflogodds estimated difference in log-odds ΔΗ̂
\ecdf estimated cumulative distribution function F̂
\ecdff estimated cumulative distribution function F̂(·) applied to argument
\eprob estimated probability π̂
\eprobs estimated probability symbol π̂ (alias for \eprob)
\erisk estimated risk π̂ (alias for \eprob)
\eprev estimated prevalence π̂ (alias for \eprob)
\eodds estimated odds ω̂
\erate estimated rate λ̂
\ehaz estimated hazard λ̂ (alias for \erate)
\ecuhaz estimated cumulative hazard Λ̂
\ecumhaz estimated cumulative hazard (alias for \ecuhaz)
\eratio generic estimated ratio θ̂ (hat-wrapped \ratio)
\eratiof generic estimated ratio function θ̂(·)
\eror estimated odds ratio θ̂_ω (hat-wrapped \ror)
\eorf estimated odds ratio function θ̂_ω(·)
\ehazratio estimated hazard ratio θ̂_λ (estimator-wrapped \hazratio)
\ehr estimated hazard ratio (alias for \ehazratio)
\erhaz estimated hazard ratio (alias for \ehazratio)
\ehazr estimated hazard ratio (alias for \ehazratio)
\ehrf estimated hazard ratio function θ̂_λ(·)
\erhazf estimated hazard ratio function (alias for \ehrf)
\ehazrf estimated hazard ratio function (alias for \ehrf)
\erateratio estimated rate ratio θ̂_λ (hat-wrapped \rateratio)
\erater estimated rate ratio (alias for \erateratio)
\errate estimated rate ratio (alias for \erateratio)
\erateratiof estimated rate ratio function θ̂_λ(·)
\eraterf estimated rate ratio function (alias for \erateratiof)
\erratef estimated rate ratio function (alias for \erateratiof)
\eriskratio estimated risk ratio θ̂_π (hat-wrapped \riskratio)
\errisk estimated risk ratio (alias for \eriskratio)
\eriskr estimated risk ratio (alias for \eriskratio)
\eriskratiof estimated risk ratio function θ̂_π(·)
\erriskf estimated risk ratio function (alias for \eriskratiof)
\eriskrf estimated risk ratio function (alias for \eriskratiof)
\eprevratio estimated prevalence ratio θ̂_π (hat-wrapped \prevratio)
\eprr estimated prevalence ratio (alias for \eprevratio)
\eprevratiof estimated prevalence ratio function θ̂_π(·)
\eprrf estimated prevalence ratio function (alias for \eprevratiof)
\esurvratio estimated survival ratio θ̂_S (hat-wrapped \survratio)
\ersurv estimated survival ratio (alias for \esurvratio)
\esurvr estimated survival ratio (alias for \esurvratio)
\esurvratiof estimated survival ratio function θ̂_S(·)
\ersurvf estimated survival ratio function (alias for \esurvratiof)
\esurvrf estimated survival ratio function (alias for \esurvratiof)
\ecuhazratio estimated cumulative hazard ratio θ̂_Λ (hat-wrapped \cuhazratio)
\ercuhaz estimated cumulative hazard ratio (alias for \ecuhazratio)
\ecuhazr estimated cumulative hazard ratio (alias for \ecuhazratio)
\ecuhazratiof estimated cumulative hazard ratio function θ̂_Λ(·)
\ercuhazf estimated cumulative hazard ratio function (alias for \ecuhazratiof)
\ecuhazrf estimated cumulative hazard ratio function (alias for \ecuhazratiof)
\efactor generic estimated factor θ̂ (hat-wrapped \factor)
\efactorf generic estimated factor function θ̂(·)
\eff generic estimated factor function (shorthand for \efactorf)
\eoddsfactor estimated odds factor θ̂_ω (hat-wrapped \oddsfactor)
\eoddsfactorf estimated odds factor function θ̂_ω(·)
\efodds estimated odds factor (alias for \eoddsfactor)
\efoddsf estimated odds factor function (alias for \eoddsfactorf)
\eoddsff estimated odds factor function (shorthand for \eoddsfactorf)
\ehazfactor estimated hazard factor θ̂_λ (estimator-wrapped \hazfactor)
\ehazfactorf estimated hazard factor function θ̂_λ(·)
\efhaz estimated hazard factor (alias for \ehazfactor)
\efhazf estimated hazard factor function (alias for \ehazfactorf)
\ehazff estimated hazard factor function (shorthand for \ehazfactorf)
\eratefactor estimated rate factor θ̂_λ (hat-wrapped \ratefactor)
\eratefactorf estimated rate factor function θ̂_λ(·)
\efrate estimated rate factor (alias for \eratefactor)
\efratef estimated rate factor function (alias for \eratefactorf)
\erateff estimated rate factor function (shorthand for \eratefactorf)
\eriskfactor estimated risk factor θ̂_π (hat-wrapped \riskfactor)
\eriskfactorf estimated risk factor function θ̂_π(·)
\efrisk estimated risk factor (alias for \eriskfactor)
\efriskf estimated risk factor function (alias for \eriskfactorf)
\eriskff estimated risk factor function (shorthand for \eriskfactorf)
\eprevfactor estimated prevalence factor θ̂_π (hat-wrapped \prevfactor)
\eprevfactorf estimated prevalence factor function θ̂_π(·)
\efprev estimated prevalence factor (alias for \eprevfactor)
\efprevf estimated prevalence factor function (alias for \eprevfactorf)
\eprevff estimated prevalence factor function (shorthand for \eprevfactorf)
\ecuhazfactor estimated cumulative hazard factor θ̂_Λ (hat-wrapped \cuhazfactor)
\ecuhazfactorf estimated cumulative hazard factor function θ̂_Λ(·)
\efcuhaz estimated cumulative hazard factor (alias for \ecuhazfactor)
\efcuhazf estimated cumulative hazard factor function (alias for \ecuhazfactorf)
\ecuhazff estimated cumulative hazard factor function (shorthand for \ecuhazfactorf)
\esurvfactor estimated survival factor θ̂_S (hat-wrapped \survfactor)
\esurvfactorf estimated survival factor function θ̂_S(·)
\efsurv estimated survival factor (alias for \esurvfactor)
\efsurvf estimated survival factor function (alias for \esurvfactorf)
\esurvff estimated survival factor function (shorthand for \esurvfactorf)