You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Classes > TMtxStepwiseReg Class > TMtxStepwiseReg Properties > TMtxStepwiseReg.A Property
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
TMtxStepwiseReg.A Property

Holds a list of vectors with data of variables

Syntax
C#
Visual Basic
public TVecList A;

Each item holds data for one variable. All items in the list need to have equal length and the last item is the dependent variable (y) from the equation:  

y = b0 + b1*x1 + b2*x2 + ... + bn*xn;

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