bmab_gi_value: Value of a one-armed bandit (Bernoulli rewards)

View source: R/bmab.R

bmab_gi_valueR Documentation

Value of a one-armed bandit (Bernoulli rewards)

Description

Value of a one-armed bandit (Bernoulli rewards)

Usage

bmab_gi_value(lambda, Sigma, n, gamma, N)

Arguments

lambda

Reward from the known arm.

Sigma

Value of Sigma for the unknown arm.

n

Value of n for the unknown arm.

gamma

Numeric in (0, 1). Reward discount factor.

N

Integer >= 2. Time horizon used in the calculation..

Value

Difference in value between safe and unknown arms.


jedwards24/gittins documentation built on Oct. 13, 2023, 4:17 p.m.