how can i compute correlation coeff and RMSE on box plot?
이전 댓글 표시
hi
i have some parameters i would like to compute the correlation coeffecent and root mean square error between them and plot the result on box plot any suggestions?
the matrix dimension 51 71
답변 (1개)
Sai Pavan
2023년 9월 29일
0 개 추천
Hi Radwan,
I understand that you are trying to compute correlation coefficient and root mean square error between parameters and plot the result on a box plot.
Please refer to the below documentation
- To compute the correlation coefficient between two parameters: https://www.mathworks.com/help/matlab/ref/corrcoef.html?s_tid=doc_ta#:~:text=R%20%3D%20corrcoef(A%2CB)%20returns%20coefficients%20between%20two%20random%20variables%20A%20and%20B.
- To compute the root mean square value: https://www.mathworks.com/help/matlab/ref/rms.html
- To plot a boxchart/boxplot: https://www.mathworks.com/help/matlab/ref/boxchart.html
Hope it helps.
Regards,
Sai Pavan
카테고리
도움말 센터 및 File Exchange에서 Industrial Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!