由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - two vectors' coefficient of determination
相关主题
interview 问题请教age and age squared
How to avoid if statement in R为什么数据‘看起来’不错,可是R^2却很低
R 求助请教R - 关于mean
statistical correlationrbind或者cbind时候,vector的长度不一样怎么办呢?求助
问一道multiple linear regression的题Re: reliability coefficient and its CI
请教一个样本相关系数的问题网上看到一道题
R lm一问一个关于multicollinearity的问题
A question about regression再问multinomial logit
相关话题的讨论汇总
话题: vectors话题: two话题: element
进入Statistics版参与讨论
1 (共1页)
l******9
发帖数: 579
1
I have a question about coefficient of determination.
I need to find the relationship of two vectors.
Given two numerical vectors x and y, their determination of coefficient can
be expressed as :
1 - ( 1 - (dot_product(x,y))^2 / (|x|^2 + |y|^2)) / (1 - |y| * |y|/ ( y
'dimension * |y|^2 ) )
|x|^2 = sum of squared of each element of vector x.
|y| = sum of each element of vector y.
Is that correct ?
I got the formula from some code but I do not know the authors.
How to understand it?
Any help would be appreciated !
1 (共1页)
进入Statistics版参与讨论
相关主题
再问multinomial logit问一道multiple linear regression的题
how to interpret these regression coefficients?请教一个样本相关系数的问题
R questionR lm一问
请教比较两个regression coefficientA question about regression
interview 问题请教age and age squared
How to avoid if statement in R为什么数据‘看起来’不错,可是R^2却很低
R 求助请教R - 关于mean
statistical correlationrbind或者cbind时候,vector的长度不一样怎么办呢?求助
相关话题的讨论汇总
话题: vectors话题: two话题: element