Click or drag to resize

MultipleRegressionDirectMethod Method

Overload List
 NameDescription
Public methodStatic memberDirectMethodT(IEnumerableTupleT, T, Boolean, DirectRegressionMethod) Find the model parameters β such that their linear combination with all predictor-arrays in X become as close to their response in Y as possible, with least squares residuals. Uses the cholesky decomposition of the normal equations.
Public methodStatic memberDirectMethodT(MatrixT, MatrixT, DirectRegressionMethod) Find the model parameters β such that X*β with predictor X becomes as close to response Y as possible, with least squares residuals.
Public methodStatic memberDirectMethodT(MatrixT, VectorT, DirectRegressionMethod) Find the model parameters β such that X*β with predictor X becomes as close to response Y as possible, with least squares residuals.
Public methodStatic memberDirectMethodT(T, T, Boolean, DirectRegressionMethod) Find the model parameters β such that their linear combination with all predictor-arrays in X become as close to their response in Y as possible, with least squares residuals.
Top
See Also