Learn R Programming

RegSDC (version 1.0.0)

FindAlpha: Calculation of alpha

Description

Function to find the largest alpha that makes equation 10 in the paper solvable.

Usage

FindAlpha(a, b, tryViaQR = TRUE)

FindAlphaSimple(a, b)

Value

alpha

Arguments

a

matrix E in paper

b

matrix Eg in paper

tryViaQR

When TRUE QR transformation used (to handle collinearity) when ordinary calculations fail.

Author

Øyvind Langsrud

See Also

See examples in the documentation of CalculateC