Stats Master VCL
|
Holds a list of vectors with data of variables
property A: TVecList;
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-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|