Algorithm for R square

1 次查看(过去 30 天)
Hello,
I wish to know the algorithm which MATLAB uses for determining R^2 in the following expressions?
  1. rsq2 = 1 - norm(p1-p)^2 / norm(p1-mean(p1))^2
  2. R = corrcoef(p,p1); Rsq = R(1,2).^2
In the above expressions, p respresents the model fitted value and p1 represents the experimental data.
Can anyone let me know whether the default algorithm is Levenberg-Marquardt?
Thanking you in advance.

采纳的回答

Steven Lord
Steven Lord 2019-10-15
For the second one, see the "More About" section on the documentation page for the corrcoef function.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Descriptive Statistics 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by