rmse(true_values, prediction)

버전 1.2.0.0 (838 Bytes) 작성자: Lukas Pop
rmse calculation
다운로드 수: 262
업데이트 날짜: 2016/1/13

라이선스 보기

Calculate rmse between two arrays of the same size or between one array and a number. Ignore records with NaNs in either true_values or prediction.

인용 양식

Lukas Pop (2026). rmse(true_values, prediction) (https://kr.mathworks.com/matlabcentral/fileexchange/54860-rmse-true_values-prediction), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Model Predictive Control Toolbox에 대해 자세히 알아보기
태그 태그 추가
도움

도움 받은 파일: RMSE

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

The check of input arrays size added.

1.1.0.0

The case with one prediction and many true_values is now possible + input dimension check added

1.0.0.0