Click or drag to resize
MultipleRegressionNormalEquations Method
Overload List
  NameDescription
Public methodStatic memberNormalEquationsT(MatrixT, MatrixT)
Find the model parameters β such that X*β with predictor X becomes as close to response Y as possible, with least squares residuals. Uses the cholesky decomposition of the normal equations.
Public methodStatic memberNormalEquationsT(MatrixT, VectorT)
Find the model parameters β such that X*β with predictor X becomes as close to response Y as possible, with least squares residuals. Uses the cholesky decomposition of the normal equations.
Public methodStatic memberNormalEquationsT(IEnumerableTupleT, T, Boolean)
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 memberNormalEquationsT(T, T, Boolean)
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.
Top
See Also