Re: Data Range given mean and std deviation values



In article <ef2c194.-1@xxxxxxxxxxxxxxxx>, "weihua xiong"
<weihuax@xxxxxxxxx> wrote:

Hi:

If we are given the mean of a datset is '0', the std deviation value
is 'std_dev', this data set is assumed to be gaussian distribution.
Can we predict the range of the dataset, that is, the possible
minimal and maximal values in the data set.
--------------------
Weihua, can we assume that your data values are mutually independent
random variables? That isn't clear from your statement. And when you
refer to the "range" of your values, are you referring to the expected
values of their maximum and minimum values? If so, then the cumulative
probability for the maximum value, for example, can be expressed as:

P(max(x1,x2,...,xn)<=a) = (1/sqrt(2*pi)*int(exp(-t^2/2),'t',-inf,a)^n

where the data set has the n random variables x1, x2, ..., xn. This is
the n-th power of the single Gaussian variable cumulative probability.

The trouble is that I haven't yet managed to see a convenient way of
evaluating the expected value of this distribution. It is clearly greater
than zero for n greater than 1 and is almost surely something finite. The
larger n is, the larger the expected value will be. I see that it can be
converted into something in terms of incomplete gamma functions but it
will require more work to yield a form that can readily be computed.
Analogous statements can be made about the minimum value distribution.

I await your assurance that the answers to the above two questions are
"yes" before going any further.

(Remove "xyzzy" and ".invalid" to send me email.)
Roger Stafford
.



Relevant Pages

  • Re: Data Range given mean and std deviation values
    ... ellieandrogerxyzzy@xxxxxxxxxxxxxxxxxxxxxx (Roger Stafford) wrote: ... this data set is assumed to be gaussian distribution. ... where the data set has the n random variables x1, x2, ..., xn. ...
    (comp.soft-sys.matlab)
  • Re: Maximum likelihood estimator and multiple maxima
    ... an approximation which assumes a Gaussian distribution ... > So I went to the larger data set with the hope that it ... if the model has multiple maxima of likelihood ...
    (sci.stat.math)
  • Re: question of algorithm related to Gaussian statistics
    ... Duncan Muirhead wrote: ... I have a data set of Gaussian distribution and I need to calculate the ... So I need to iterate on every data in the set. ... after the update of the dataset and the Gaussian ...
    (sci.math.num-analysis)
  • Re: Calculation of FWHM
    ... FWHM of what? ... I have mean and standard deviation calculated for the image data set. ... by doing gaussian fitting for the data?If it is could anyone please ...
    (sci.image.processing)
  • How to perform Least-Squares fit to gaussian integral?
    ... least-squares fitting method to determine sigma and mu for a gaussian ... distribution using a data set that is known to be of the integral of ... a simple function and a gaussian, but the expression to fit is not ...
    (sci.stat.math)