dshiftnegbin: Shifted negative binomial pdf

Description Usage Arguments Value

View source: R/dshiftnegbin.R

Description

This function evaluates the shifted negative binomial pdf. The shift is fixed to 1.

Usage

1
  dshiftnegbin(x, size, prob)

Arguments

x

a vector of values where the pdf is to be evaluated

size

target for number of successful trials, or dispersion parameter (the shape parameter of the gamma mixing distribution). Must be strictly positive, need not be integer.

prob

probability of success in each trial. 0 < prob <= 1.

Value

A vector of shifted negative binomial pdf values


benaug/move.HMM documentation built on Jan. 23, 2022, 4:29 a.m.