madansky.fun {serieslcb}R Documentation

Lagrange multiplier in Madansky's method

Description

This function is called in the madansky() function to solve for the Lagrange multipliers.

Usage

madansky.fun(lam, s, n, alpha)

Arguments

lam

The value of the Lagrange multiplier

s

Vector of successes.

n

Vector of sample sizes.

alpha

The significance level; to calculate a 100(1-\alpha)% lower confidence bound.


[Package serieslcb version 0.4.0 Index]