LinearRegression`
LinearRegression`
DesignedRegress
As of Version 7.0, DesignedRegress has been superseded by LinearModelFit.
DesignedRegress[matrix,vector]
finds a least–squares fit given the design matrix matrix and response vector vector.
DesignedRegress[svd,vector]
finds a fit given the singular value decomposition svd of a design matrix.
更多信息和选项
- To use DesignedRegress, you first need to load the Linear Regression Package using Needs["LinearRegression`"].
- A design matrix is a list containing the basis functions evaluated at the observed values of the independent variables, as returned by DesignMatrix.
- DesignedRegress returns a list of rules for results and diagnostics specified by the option RegressionReport.
- The argument svd is of the same form as that returned by SingularValueDecomposition.
- Exact numbers given as input to DesignedRegress are converted to approximate numbers with machine precision.
- The following options can be given:
-
RegressionReport SummaryReport results to be included in output BasisNames Automatic names of basis elements for table headings Weights Automatic weights for each data point Method Automatic method used to compute singular values Tolerance Automatic tolerance to use in computing singular values ConfidenceLevel 0.95 confidence level used for confidence intervals
范例
打开所有单元关闭所有单元Options (5)
Weights (2)
Wolfram Research (2007),DesignedRegress,Wolfram 语言函数,https://reference.wolfram.com/language/LinearRegression/ref/DesignedRegress.html.
文本
Wolfram Research (2007),DesignedRegress,Wolfram 语言函数,https://reference.wolfram.com/language/LinearRegression/ref/DesignedRegress.html.
CMS
Wolfram 语言. 2007. "DesignedRegress." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/LinearRegression/ref/DesignedRegress.html.
APA
Wolfram 语言. (2007). DesignedRegress. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/LinearRegression/ref/DesignedRegress.html 年