getBnds {binarySimCLF} | R Documentation |
Let λ_i = E(Y_i|Y_1, ..., Y_{i-1}). For a given i, the function
computes the bounds for λ_i. There is no reason that the user should
use this function directly. It is called by the function blrchk1
which is used to check for compatibility with the CLF.
getBnds(i, u, b)
i |
Indexes the i-th response. |
u |
Mean vector. |
b |
Vector of regression coefficients of length i-1. |
The vector b
is obtained from the columns of B = allReg(V)
. See expressions
(3) and Lemma 1 in Qaqish(2003).
Returns a list with two components:
nuMin |
Lower bound for λ_i. |
nuMax |
Upper bound for λ_i. |