betageom: Computes Log Posterior for Beta/Geometric Model

betageomR Documentation

Computes Log Posterior for Beta/Geometric Model

Description

Computes log posterior of logit mean and log precision for beta geometric model

Usage

betageom(theta, s)

Arguments

theta

vector of logit mean and log precision

s

list of streak data with components y and I

Value

value of log posterior

Author(s)

Jim Albert

Examples

y <- c(0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0)
sp <- find.spacings(y)
betageom(c(0, 0), sp)

bayesball/BayesTestStreak documentation built on Dec. 15, 2022, 11:36 a.m.