Learn R Programming

GroupSeq (version 1.0)

asPowerFamily: approximates alpha-function Power Family

Description

This alpha spending function approximates alpha-function Power Family.

Usage

asPowerFamily(alpha, tk, OneOrTwoSidedBounds, delta)

Arguments

alpha
is the desired overall size.
tk
is current point of time
OneOrTwoSidedBounds
One-('OneOrTwoSidedBounds'==1) or Two-sided bounds('OneOrTwoSidedBounds'==2) are used
delta
is the parameter for the Power Family

Value

  • see description

See Also

groupseq, alphaByUseFunction, asPowerFamily asHSdeCani, asPocock

Examples

Run this code
##simple example with result: [1] 0.2639016
asPowerFamily(0.05,4,2,1.7)

Run the code above in your browser using DataLab