View source: R/algo_farrington.R
algo.farrington.threshold | R Documentation |
Depending on the current transformation h(y)= \{y, \sqrt{y}, y^{2/3}\}
,
V(h(y_0)-h(\mu_0))=V(h(y_0))+V(h(\mu_0))
is used to compute a prediction interval. The prediction variance consists of a component due to the variance of having a single observation and a prediction variance.
algo.farrington.threshold(pred,phi,alpha=0.01,skewness.transform="none",y)
pred |
A GLM prediction object |
phi |
Current overdispersion parameter (superfluous?) |
alpha |
Quantile level in Gaussian based CI, i.e. an |
skewness.transform |
Skewness correction, i.e. one of
|
y |
Observed number |
Vector of length four with lower and upper bounds of an
(1-\alpha)\cdot 100\%
confidence interval (first two
arguments) and corresponding quantile of observation y
together with the median of the predictive distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.