필터 지우기
필터 지우기

Find RMSE of mvregress outputs

조회 수: 1 (최근 30일)
lexi11
lexi11 2017년 3월 8일
Hi,
I am trying to use multivariate regression on three color channel data using mvregress.
data = [red;green;blue]; % this is a 3x20 matrix
Y = data';
X = requiredOutput'; % requiredOutput is a 1x20 vector
[beta,Sigma, resid] = mvregress(X,Y)
After performing this, I need to find RMSE for this regression.
How can I do this?
Thanks in advance.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Regression에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by