Object resulting from running DS.prior function on a data set; applies only to those of the Poisson family.
t.ratio
The extrapolation factor: \(\frac{m}{n}\).
find.se
If TRUE, will use bootstrap to find the standard error of the estimate; default is FALSE.
se.reps
The number of bootstrap iterations used in finding the standard error.
Value
ms.val
Expected number of new distinct observations in the user-provided t.ratio.
boot.se
The bootstrap standard error of the point estimate.
boot.ms.val
Vector of bootstrapped point estimates used in finding the standard error.
t.ratio
The user-provide ratio for the calculated expectation.
Details
Function utilizes DS priors in the following equation:$$E(t)=N \int_0^{\infty} e^{-\theta} \frac{1-e^{-\theta t}}{1 - e^{-\theta}} \pi(\theta) d \theta.$$ For more details on this equation, see Efron (2017).