cdsnb_stacked: The Conditional Stopped Negative Binomial Density

Description Usage Arguments Examples

View source: R/snb.r

Description

The conditional stacked snb density function. This function gets the distribution of the stopping time when the binomial process has not reached one of its endpoints.

Usage

1
cdsnb_stacked(x, shape, s, t)

Arguments

x

quantile

shape

the shape parameters of the beta prior.

s

the top barrier for the snb process.

t

the right barrier for the snb process.

Examples

1
cdsnb_stacked(8:11, c(0.5, 0.5), s=7, t=11)

kaneplusplus/curtail documentation built on May 24, 2019, 2:04 a.m.