由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - Ask for help on a variance estimation problem
相关主题
Re: 请教一个问题a simple question
请教个CORRELATION COEFFICIENT的问题关于taylor expansion的简单问题
给大家一个优化题讨论讨论吧问一个asymptotic distribution的问题 (转载)
Question about consistent estimator弱问题,请帮忙
Translation help!!!Bidirectional Von Mises Distribution (转载)
问个optimization的问题请教个L1 norm的问题。。
Help on Error estimation外行问个基本的统计问题 (转载)
如何用delta method求一个integral的asymptotic distribution?maximum likelihood estimation
相关话题的讨论汇总
话题: variance话题: mean话题: ask话题: estimation话题: min
进入Mathematics版参与讨论
1 (共1页)
g*****z
发帖数: 333
1
I am trying to estimate the variance of a normally distributed data set. All
the information I have about the data set is its mean, min, max and number
of points in the data set. Is there any algorithm to estimate the variance
from these information?
I did some experiments in R and tried some formulae. Two of them looked OK.
1. (mean - min)(max - mean)/18
2. [(min - mean)^2 + (max - mean)^2]/2/18
Is there any theoretical basis for those experimental results?
Thanks a lot for any suggestions and
g*****z
发帖数: 333
2
Maybe I should try at the Statistics board?
g*****z
发帖数: 333
3
Just found that the constant 18 is actually related to the sample size (# of
points in the data set) logarithmically. The formula that will work for all
sample size is:
(mean - min)(max - mean)/(1.624 * log(sample size))
where log() is a natural logarithm function.
Any suggestions on why it would be like this? Or is there a better way of
doing this?
Thanks a lot!
1 (共1页)
进入Mathematics版参与讨论
相关主题
maximum likelihood estimationTranslation help!!!
paper download help问个optimization的问题
Machine Learning的数学Help on Error estimation
A simple math fomula如何用delta method求一个integral的asymptotic distribution?
Re: 请教一个问题a simple question
请教个CORRELATION COEFFICIENT的问题关于taylor expansion的简单问题
给大家一个优化题讨论讨论吧问一个asymptotic distribution的问题 (转载)
Question about consistent estimator弱问题,请帮忙
相关话题的讨论汇总
话题: variance话题: mean话题: ask话题: estimation话题: min