由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - two vectors' coefficient of determination (转载)
相关主题
Predict values of vectors generated by black box functions不等式一题
a question[合集] 问一个挺难的数学问题,看看有没有人会啊?
问一个求jacobian的问题probability
什么是Compressive Sensing?vector space intersection question
请教一个数学问题!问一个orthogonal transformation 的问题
data clustering by vector correlation distance (转载)finite field matrix problem
请教一个向量几何问题derivative of matrix w.r.t. vector??
how to express this probability in matriquestion about Principal Component Analysis
相关话题的讨论汇总
话题: vectors话题: two话题: element
进入Mathematics版参与讨论
1 (共1页)
l******9
发帖数: 579
1
【 以下文字转载自 Statistics 讨论区 】
发信人: light009 (light009), 信区: Statistics
标 题: two vectors' coefficient of determination
发信站: BBS 未名空间站 (Wed Mar 5 23:09:58 2014, 美东)
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页)
进入Mathematics版参与讨论
相关主题
question about Principal Component Analysis请教一个数学问题!
Is this true in Matlab: det(Z*Z') == sum(Z.^2)data clustering by vector correlation distance (转载)
问一个correlation matrices估计的问题。 (转载)请教一个向量几何问题
问个ODE的问题how to express this probability in matri
Predict values of vectors generated by black box functions不等式一题
a question[合集] 问一个挺难的数学问题,看看有没有人会啊?
问一个求jacobian的问题probability
什么是Compressive Sensing?vector space intersection question
相关话题的讨论汇总
话题: vectors话题: two话题: element