Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default probability density function

=EXP(-A1*A1/2)/SQRT(2*PI()) with your 1.33 in A1
--
David Biddulph

"Ariel" wrote in message
...
Can someone provide me with the formula for calculating the probaility
density function. Here is what I have, and what I need to get to:

x value = 60
mean = 40
st dev = 15

thus:

z score = 1.33 (using "standardize" function)
Area under normal curve = 0.09 (1-NORMSDIST(1.33))

The value I am trying to get to is 0.16 (this is supposed to be the
probability density function for the above value)

Thanks

Ariel



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default probability density function

"David Biddulph" wrote in message
...
=EXP(-A1*A1/2)/SQRT(2*PI()) with your 1.33 in A1


.... and if you've been reading another thread regarding precedence of
operators, you'll realise that you can't use
=EXP(-A1^2/2)/SQRT(2*PI())
--
David Biddulph

"Ariel" wrote in message
...
Can someone provide me with the formula for calculating the probaility
density function. Here is what I have, and what I need to get to:

x value = 60
mean = 40
st dev = 15

thus:

z score = 1.33 (using "standardize" function)
Area under normal curve = 0.09 (1-NORMSDIST(1.33))

The value I am trying to get to is 0.16 (this is supposed to be the
probability density function for the above value)

Thanks

Ariel





  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 38
Default probability density function

Hi David,

Thank you so much! This works perfectly!

Ariel

"David Biddulph" wrote:

=EXP(-A1*A1/2)/SQRT(2*PI()) with your 1.33 in A1
--
David Biddulph

"Ariel" wrote in message
...
Can someone provide me with the formula for calculating the probaility
density function. Here is what I have, and what I need to get to:

x value = 60
mean = 40
st dev = 15

thus:

z score = 1.33 (using "standardize" function)
Area under normal curve = 0.09 (1-NORMSDIST(1.33))

The value I am trying to get to is 0.16 (this is supposed to be the
probability density function for the above value)

Thanks

Ariel




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default probability density function

It may give you the answer that you were looking for, but Jerry has pointed
out that it's the wrong answer. The pdf from the normalised distribution in
my formula would need dividing by the standard deviation (15 in your case).

Or more generally =EXP(-(X-MEAN*(X-MEAN)/(2*SDEV^2))/(SDEV*SQRT(2*PI()))
--
David Biddulph

"Ariel" wrote in message
...
Hi David,

Thank you so much! This works perfectly!

Ariel

"David Biddulph" wrote:

=EXP(-A1*A1/2)/SQRT(2*PI()) with your 1.33 in A1
--
David Biddulph

"Ariel" wrote in message
...
Can someone provide me with the formula for calculating the probaility
density function. Here is what I have, and what I need to get to:

x value = 60
mean = 40
st dev = 15

thus:

z score = 1.33 (using "standardize" function)
Area under normal curve = 0.09 (1-NORMSDIST(1.33))

The value I am trying to get to is 0.16 (this is supposed to be the
probability density function for the above value)

Thanks

Ariel






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a Custom Excel Function to Calculate Gini Coefficients [email protected] Excel Worksheet Functions 3 February 21st 06 10:15 PM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


All times are GMT +1. The time now is 03:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"