FindAlpha | R Documentation |
Function to find the largest alpha that makes equation 10 in the paper solvable.
FindAlpha(a, b, tryViaQR = TRUE) FindAlphaSimple(a, b)
a |
matrix E in paper |
b |
matrix Eg in paper |
tryViaQR |
When TRUE QR transformation used (to handle collinearity) when ordinary calculations fail. |
alpha
FindAlphaSimple performs the calculations by a simple/direct method. FindAlpha is made to handle problematic special cases.
Øyvind Langsrud
See examples in the documentation of CalculateC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.