priorOnK_spec {telescope}R Documentation

Specify prior on K.

Description

Obtain a function to evaluate the log prior specified for K.

Usage

priorOnK_spec(
  P = c("fixedK", "Unif", "BNB_111", "BNB_121", "BNB_143", "BNB_443", "BNB_943",
    "Pois_1", "Pois_4", "Pois_9", "Geom_05", "Geom_02", "Geom_01", "NB_11", "NB_41",
    "NB_91"),
  K
)

Arguments

P

A character indicating which specification should be used. See Details for suitable values.

K

A numeric or integer scalar specifying the fixed (if P equals "fixedK") or maximum value (if P equals "Unif") of K.

Details

The following prior specifications are supported:

Value

A named list containing:


[Package telescope version 0.1-0 Index]