You are here: Symbol Reference > StatTools Namespace > Classes > TMtxLogistReg Class > TMtxLogistReg Properties > TMtxLogistReg.A Property
Stats Master VCL
ContentsIndex
PreviousUpNext
TMtxLogistReg.A Property

Independent variables.

Pascal
property A: TMtx;

Defines logistic regression matrix of independent variables. Suppose y takes values in k ordered categories, and let p_ij be the cumulative probability that y(i) falls in the j'th category or higher. Ordinal logistic regression model is defined as: 

logit(p_ij) = theta(j) + A_i'B , i = 1,..,length(Y), j = 1,..,k-1, where A_i is the i'th row of A . The number of ordinal categories k is taken to be the number of distinct values of int(y). If k is 2 the model is ordinary logistic regression. 

Y, B, Theta

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!