由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - 一个统计问题
相关主题
问个PCA的问题,很困惑问一些随机优化问题
两个标准正太分布的乘积是什么分布?有什么特别的名称吗?请教一道逻辑题,谢谢(题目修改了)
请问如何计算"stress test"?这个interview question 板上有人讨论过吗
one algorithm problem请教3道 brain teasers
[合集] volatility increase,all call option really increase?面试经历---GS
[合集] 关于Black Lillterman Model的一个问题What is the solution of the recursive formula?
对经济形势的几点粗浅的看法 (转载)最近的一些电话面试题。。
[合集] onsite失败,俺就来贡献几道题吧问道题目,这个矩阵怎么算eigen value
相关话题的讨论汇总
话题: bar话题: s2话题: eigen话题: sqrt话题: sample
进入Quant版参与讨论
1 (共1页)
m**********e
发帖数: 220
1
xi为取自总体x∽N(u, σ2) 的样本,S2为样本方差,
怎么证明(n-1)S2/σ2服从卡方分布X2 (n-1),
R********n
发帖数: 519
2
没仔细想,大概S2就是一堆i.i.d.的Normal的平方和,这个就自然是Chi-square了,接
下来n-1和σ2都只是系数调整下
btw,σ是怎么打出来的?

【在 m**********e 的大作中提到】
: xi为取自总体x∽N(u, σ2) 的样本,S2为样本方差,
: 怎么证明(n-1)S2/σ2服从卡方分布X2 (n-1),

m**********e
发帖数: 220
3
就是想搞清楚是怎么调整的啊。。。
这个是复制的。。

【在 R********n 的大作中提到】
: 没仔细想,大概S2就是一堆i.i.d.的Normal的平方和,这个就自然是Chi-square了,接
: 下来n-1和σ2都只是系数调整下
: btw,σ是怎么打出来的?

k*****y
发帖数: 744
4
For simplicity, assume sigma = 1.
Let bar{X} = (X_1 + ... + X_n)/n, Y_1 = sqrt{n} bar{X}.
Then Var(Y_1) = 1 and
(X_1 - bar{X})^2 + ... + (X_n - bar{X})^2
= X_1^2 + ... + X_n^2 - ( sqrt{n} bar{X} )^2
= X_1^2 + ... + X_n^2 - Y_1^2 (*)
Extend Y_1 to an orthornormal basis {Y_1, ..., Y_n} in the normed vector
space spanned by {X_1, ..., X_n}. Then Y_i ~ iid. N(0, 1) and
(*) = Y_2^2 + ... + Y_n^2. (By orthogonality)
This also shows that sample mean and sample variance are independent.
【 在 mademoiselle (ruru) 的大作中提到: 】
y******6
发帖数: 61
5
write it in terms of x^t A x, where A = I - 1/n e * e^T , which is rank n-1.
Then eigen value decomposition.... with eigen values 1....

【在 m**********e 的大作中提到】
: xi为取自总体x∽N(u, σ2) 的样本,S2为样本方差,
: 怎么证明(n-1)S2/σ2服从卡方分布X2 (n-1),

m**********e
发帖数: 220
6
merci beaucoup!

【在 k*****y 的大作中提到】
: For simplicity, assume sigma = 1.
: Let bar{X} = (X_1 + ... + X_n)/n, Y_1 = sqrt{n} bar{X}.
: Then Var(Y_1) = 1 and
: (X_1 - bar{X})^2 + ... + (X_n - bar{X})^2
: = X_1^2 + ... + X_n^2 - ( sqrt{n} bar{X} )^2
: = X_1^2 + ... + X_n^2 - Y_1^2 (*)
: Extend Y_1 to an orthornormal basis {Y_1, ..., Y_n} in the normed vector
: space spanned by {X_1, ..., X_n}. Then Y_i ~ iid. N(0, 1) and
: (*) = Y_2^2 + ... + Y_n^2. (By orthogonality)
: This also shows that sample mean and sample variance are independent.

o**o
发帖数: 3964
7
这几个都不算证明吧。严格证明大概要用特征方程

【在 m**********e 的大作中提到】
: xi为取自总体x∽N(u, σ2) 的样本,S2为样本方差,
: 怎么证明(n-1)S2/σ2服从卡方分布X2 (n-1),

l******n
发帖数: 9344
8
kinecty的就是证明
其实就是做个变化然后用定义

【在 o**o 的大作中提到】
: 这几个都不算证明吧。严格证明大概要用特征方程
1 (共1页)
进入Quant版参与讨论
相关主题
问道题目,这个矩阵怎么算eigen value[合集] volatility increase,all call option really increase?
请假一下, quant 电面怎么考 线性代数?[合集] 关于Black Lillterman Model的一个问题
线性代数问题对经济形势的几点粗浅的看法 (转载)
Algorithm of taking the i-th stochastic root of transition matrix[合集] onsite失败,俺就来贡献几道题吧
问个PCA的问题,很困惑问一些随机优化问题
两个标准正太分布的乘积是什么分布?有什么特别的名称吗?请教一道逻辑题,谢谢(题目修改了)
请问如何计算"stress test"?这个interview question 板上有人讨论过吗
one algorithm problem请教3道 brain teasers
相关话题的讨论汇总
话题: bar话题: s2话题: eigen话题: sqrt话题: sample