Skip to content

Commit

Permalink
add citation for GLMs
Browse files Browse the repository at this point in the history
  • Loading branch information
AshesITR committed Oct 13, 2023
1 parent c9b7e80 commit 1f1be52
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
32 changes: 22 additions & 10 deletions jss-paper/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -294,16 +294,28 @@ @article{Zhang2005
year = {2005}
}

@book {Sun2006,
AUTHOR = {Sun, Jianguo},
TITLE = {The statistical analysis of interval-censored failure time data},
SERIES = {Statistics for Biology and Health},
PUBLISHER = {Springer, New York},
YEAR = {2006},
PAGES = {xvi+302},
ISBN = {978-0-387-32905-5; 0-387-32905-6},
MRCLASS = {62-02 (62-07 62G05 62N01 62N05 92B15)},
MRNUMBER = {2287318},
@book{DobsonBarnett2018,
place = {Boca Raton},
edition = {4},
title = {An introduction to generalized linear models},
publisher = {CRC Press, Taylor \& Francis Group},
author = {Dobson, Annette J. and Barnett, Adrian G.},
isbn = {978-1-315-18278-0},
doi = {10.1201/9781315182780},
year = {2018}
}

@book{Sun2006,
author = {Sun, Jianguo},
title = {The statistical analysis of interval-censored failure time data},
series = {Statistics for Biology and Health},
publisher = {Springer, New York},
year = {2006},
pages = {xvi+302},
isbn = {978-0-387-32905-5},
doi = {10.1007/0-387-37119-2},
MRCLASS = {62-02 (62-07 62G05 62N01 62N05 92B15)},
MRNUMBER = {2287318},
}


Expand Down
4 changes: 2 additions & 2 deletions jss-paper/reservr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ options(prompt = 'R> ', continue = '+ ')
Statistical analyses are typically concerned with modelling and estimating the distribution of some measured variable of interest $Y$, called the outcome, possibly conditional on the value of one or several endogenous variables $X$, called predictors.
In the absence of endogenous variables, this process is usually called distribution fitting, and in the presence of endogenous variables it is called regression.
Classical regression, such as via generalized linear models (GLMs), is concerned with the influence of endogenous variables on the mean of the outcome, i.e., $\E(Y|X) = f(X)$, and often links other parameters of the conditional outcome distribution to its mean.
A gentle introduction to generalized linear models can be found in \cite{???}.
A gentle introduction to generalized linear models can be found in \cite{DobsonBarnett2018}.
An implementation of GLMs is available in the \pkg{stats} \proglang{R} package, which is part of \proglang{R} itself \citep{baseR}.
Some models also allow specification of additional parameters of the conditional outcome distribution, such as Generalized Additive Models for Location, Scale and Shape \citep{GAMLSS}.
More recently, deep distributional regression has been proposed, which allows for flexible specification of individual outcome distribution parameters \citep{deepregression}.
Expand Down Expand Up @@ -930,6 +930,6 @@ We presented \pkg{reservr}, a package that supports distribution parameter estim
Both tasks are supported for samples with or without interval censoring and with or without random truncation, a more general form of truncation than what typical packages support.
The package includes facilities for (1) description of randomly truncated non-informatively interval censored samples, (2) definition of distribution families to consider, (3) global distribution parameter estimation under an i.i.d. assumption on the sample and (4) distributional regression - employing the \pkg{tensorflow} package for flexibility and speed.

# Acknowledgements
# Acknowledgements {-}

The Author would like to thank Prof. Dr. Axel Bücher for proofreading and valuable comments on an earlier version of this article.

0 comments on commit 1f1be52

Please sign in to comment.