이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
회귀는 한 개의 응답(출력) 변수와 한 개 이상의 예측(입력) 변수 간의 관계를 추정하는 방법입니다. 선형 및 비선형 회귀를 사용하여 관측된 데이터 점 사이의 값을 예측, 예상 및 추정할 수 있습니다. Curve Fitting Toolbox™ 함수를 사용하면 선형 및 비선형 모델 라이브러리 또는 사용자 지정 수식을 사용해 곡선 또는 곡면을 데이터에 피팅하여 회귀를 수행할 수 있습니다.
곡선 피팅 앱을 사용하여 대화형 방식으로 곡선과 곡면을 데이터에 피팅할 수 있습니다. 자세한 내용은 곡선 피팅 항목을 참조하십시오. fit
함수를 사용하여 명령줄에서 곡선 또는 곡면을 데이터 세트에 피팅할 수도 있습니다. 간단한 예제는 다항식 곡선 피팅 항목을 참조하십시오.
곡선 피팅 | 곡선과 곡면을 데이터에 피팅 |
곡선 피팅 앱과 fit
함수에서 사용 가능한 모든 라이브러리 모델 유형을 살펴보고, 피팅 옵션을 설정하고, 시작점을 최적화합니다.
오차 분포, 선형, 가중치 적용, 로버스트, 비선형 최소제곱을 비롯한 Curve Fitting Toolbox의 최소제곱 피팅.
곡선 피팅 앱에서 또는 fit
함수를 사용하여 다항식을 피팅합니다.
곡선 피팅 앱에서 또는 fit
함수를 사용하여 지수 모델을 피팅합니다.
곡선 피팅 앱에서 또는 fit
함수를 사용하여 푸리에 급수 모델을 피팅합니다.
곡선 피팅 앱에서 또는 fit
함수를 사용하여 가우스 모델을 피팅합니다.
곡선 피팅 앱에서 또는 fit
함수를 사용하여 멱급수 모델을 피팅합니다.
Fit rational polynomial models in Curve Fitting app
or with the fit
function.
Fit sum of sines models in Curve Fitting app or with
the fit
function.
Fit Weibull distribution models in Curve Fitting app
or with the fit
function.
툴박스 라이브러리에 원하는 모수적 방정식이 없다면 고유의 사용자 지정 수식을 만들 수 있습니다.
곡선 피팅 앱을 사용하여 곡선 및 곡면을 데이터에 피팅: 데이터 선택, 모델 유형 선택, 세션 저장.
Select data to fit curves and surfaces in Curve Fitting app, identify compatible size data and troubleshoot data problems.
Compare Fits in Curve Fitting App
Search for the best fit by creating multiple fits, comparing graphical and numerical results including fitted coefficients and goodness-of-fit statistics, and analyzing your best fit in the workspace.
Surface Fitting to Franke Data
Create and compare surface fits in Curve Fitting app using example data.
Surface Fitting to Biopharmaceutical Data
Curve Fitting Toolbox software provides some example data for an anesthesia drug interaction study.
Custom Nonlinear ENSO Data Analysis
This example fits the ENSO data using several custom nonlinear equations.
Gaussian Fitting with an Exponential Background
This example fits two poorly resolved Gaussian peaks on a decaying exponential background using a general (nonlinear) custom model.
Workflow for programmatic curve and surface fitting in Curve Fitting Toolbox.
이 예제에서는 Curve Fitting Toolbox™를 사용하여 최대 6차까지의 다항식을 인구 조사 데이터에 피팅하는 방법을 보여줍니다.
Custom Nonlinear Census Fitting
This example shows how to fit a custom equation to census data, specifying bounds, coefficients, and a problem-dependent parameter.
Surface Fitting With Custom Equations to Biopharmaceutical Data
This example shows how to use Curve Fitting Toolbox™ to fit response surfaces to some anesthesia data to analyze drug interaction effects.