Re: Standard Normal Distribution



In article
<18afafc0-5b54-4c7c-a47c-05beb0867c63@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Gurveer <gurveer.sra@xxxxxxxxx> wrote:

Hi

I read many threads on this group related to calculating the normal
distribution but I couldn't find what I needed exactly. Is there any
way in the HP 50g to calculate the value of standard normal
distribution(area under the curve) using(given) just the z-values? For
eg:- Using the tables, 0.4772 is the value of standard normal
distribution for a z-value of 2.0 regardless of what the mean,
standard deviation or the data values were although I know that z-
value is calculated using these parameters.

Thank you.

Regards,

Gurveer

Are you familiar with the UTPN command?

If you put 0, 1 and z on the stack, in that order, then the UPTN command
returns the upper tail probability.

This will give you 0.5 minus your value of 0.4772, when rounded to 4
decimal places).

The 0 and 1 are for the mean and standard deviation, which are 0 and 1,
respectively, for the z distribution.

You can create a program to get your value directly from the z-score.
For example:
\<< 0. 1. ROT UTPN NEG .5 + \>>
will take a positive value on the stack as the z-score and return the
probability of a score being between 0 and that z-score.

--
Virgil
.



Relevant Pages

  • Re: Maximization of ARMA-GARCH models
    ... What i am developping is a Monte Carlo algorithm for calculating the ... Hyperbolic distribution as special cases. ... ARMA-APARCHmight not be evident, but i can't see why the ... If you work with conditional likelihoods this should be ...
    (sci.stat.math)
  • Re: Estimating the mean of the cumulative hypergeometric?
    ... for calculating a specific probability. ... zero when that happens. ... Hypergeometric distribution. ...
    (sci.math)
  • Re: Standard Normal Distribution
    ... distribution but I couldn't find what I needed exactly. ... Are you familiar with the UTPN command? ... returns the upper tail probability. ... You can create a program to get your value directly from the z-score. ...
    (comp.sys.hp48)
  • Re: The Theory of Evolution is a mathematically irrational belief system
    ...  I keep pointing out to AK that this equation, which *is* the binomial probability ... distribution equation calculating the probability of one or more events is *exactly* what AK derived if ... Therefore the Poisson distribution with parameter λ ... Poisson distribution is not the correct probability distribution to ...
    (talk.origins)
  • Re: Estimating the mean of the cumulative hypergeometric?
    ... This is my routine for calculating the cumulative _Binomial_ ... for calculating a specific probability. ... I have found some sieving optimisations, ... the distribution; working backward or forward from this point would ...
    (sci.math)