Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

다변량 회귀

다변량 응답 변수를 사용하는 선형 회귀

함수

mvregress다변량 선형 회귀
mvregresslikeNegative log-likelihood for multivariate regression
polytoolInteractive polynomial fitting
polyconfPolynomial confidence intervals
plsregressPartial least-squares (PLS) regression

예제 및 방법

개념

  • Multivariate Linear Regression

    Large, high-dimensional data sets are common in the modern era of computer-based instrumentation and electronic data storage.

  • Estimation of Multivariate Regression Models

    When you fit multivariate linear regression models using mvregress, you can use the optional name-value pair 'algorithm','cwls' to choose least squares estimation.

  • Partial Least Squares

    Partial least squares (PLS) constructs new predictor variables as linear combinations of the original predictor variables, while considering the observed response values, leading to a parsimonious model with reliable predictive power.