Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
macrohunter
 
Posts: n/a
Default How do I calculate the statistical measure known as omega?

Con Keating and William Shadwick at Duke University wrote a paper, An
Introduction to Omega, in which they describe Omega. It would be great if
Excel added it to its statistical functions. In the meantime, does anyone
know how to write the formula in excel?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jerry W. Lewis
 
Posts: n/a
Default How do I calculate the statistical measure known as omega?

You need to provide more information. I cannot find anything in Current
Index to Statistics by anyone named Shadwick nor can I find anything by a
Keating that also has "Omega" in the title or keywords. A search of the Duke
online phonebook also failed to find a Shadwick, and none of the three
Keatings seemed likely to be called "Con".

Jerry

"macrohunter" wrote:

Con Keating and William Shadwick at Duke University wrote a paper, An
Introduction to Omega, in which they describe Omega. It would be great if
Excel added it to its statistical functions. In the meantime, does anyone
know how to write the formula in excel?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
macrohunter
 
Posts: n/a
Default How do I calculate the statistical measure known as omega?

Thanks. This paper and others on Omega can be found at
http://faculty.fuqua.duke.edu/~charv...ng/BA453_2006/

Scroll down to Keating, and you can see some of his papers on Omega. The
Omega Function seems most useful. Continue to scroll down for two other pdf
files listed under Omega.

Keating_An_introducti+ 07-Jan-2004 14:00 190K
Keating_Asset_optimiz+ 07-Jan-2004 14:06 468K
Keating_The_omega_fun+ 07-Jan-2004 14:08 568K


"Jerry W. Lewis" wrote:

You need to provide more information. I cannot find anything in Current
Index to Statistics by anyone named Shadwick nor can I find anything by a
Keating that also has "Omega" in the title or keywords. A search of the Duke
online phonebook also failed to find a Shadwick, and none of the three
Keatings seemed likely to be called "Con".

Jerry

"macrohunter" wrote:

Con Keating and William Shadwick at Duke University wrote a paper, An
Introduction to Omega, in which they describe Omega. It would be great if
Excel added it to its statistical functions. In the meantime, does anyone
know how to write the formula in excel?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jerry W. Lewis
 
Posts: n/a
Default How do I calculate the statistical measure known as omega?

I see why I could not find anything. The authors are at a center in London,
not at Duke University. The references suggest that this work has not yet
been published in refereed journals, and the document is labeled "Not for
Circulation".

For the Normal distribution, omega can be calculated as

=((mu-r)*2*NORMSDIST(-(r-mu)/sigma)*SQRT(Pi)*EXP((r^2+mu^2)/sigma^2/2)+SQRT(2)*EXP(1/sigma^2*r*mu)*sigma)
/((r-mu)*2*NORMSDIST((r-mu)/sigma)*SQRT(Pi)*EXP((r^2+mu^2)/sigma^2/2)+SQRT(2)*EXP(1/sigma^2*r*mu)*sigma)

For other distributions, I suspect that numerical integration would be
required, and I doubt that Microsoft will be interested until both of the
following occur:
- Use of this characteristic of a probability distribution becomes widespread
- Microsoft has implemented better algorithms to calculate the probability
distributions that they have.

Jerry

"macrohunter" wrote:

Thanks. This paper and others on Omega can be found at
http://faculty.fuqua.duke.edu/~charv...ng/BA453_2006/

Scroll down to Keating, and you can see some of his papers on Omega. The
Omega Function seems most useful. Continue to scroll down for two other pdf
files listed under Omega.

Keating_An_introducti+ 07-Jan-2004 14:00 190K
Keating_Asset_optimiz+ 07-Jan-2004 14:06 468K
Keating_The_omega_fun+ 07-Jan-2004 14:08 568K


"Jerry W. Lewis" wrote:

You need to provide more information. I cannot find anything in Current
Index to Statistics by anyone named Shadwick nor can I find anything by a
Keating that also has "Omega" in the title or keywords. A search of the Duke
online phonebook also failed to find a Shadwick, and none of the three
Keatings seemed likely to be called "Con".

Jerry

"macrohunter" wrote:

Con Keating and William Shadwick at Duke University wrote a paper, An
Introduction to Omega, in which they describe Omega. It would be great if
Excel added it to its statistical functions. In the meantime, does anyone
know how to write the formula in excel?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
macrohunter
 
Posts: n/a
Default How do I calculate the statistical measure known as omega?

Thanks. Omega is gaining popularity in the alternative asset management
world where returns are not normally distributed. To confirm, the formula
below only works on normally distributed returns? I'm also wondering where
in the formula I put in the cell ranges that contain the data?

"Jerry W. Lewis" wrote:

I see why I could not find anything. The authors are at a center in London,
not at Duke University. The references suggest that this work has not yet
been published in refereed journals, and the document is labeled "Not for
Circulation".

For the Normal distribution, omega can be calculated as

=((mu-r)*2*NORMSDIST(-(r-mu)/sigma)*SQRT(Pi)*EXP((r^2+mu^2)/sigma^2/2)+SQRT(2)*EXP(1/sigma^2*r*mu)*sigma)
/((r-mu)*2*NORMSDIST((r-mu)/sigma)*SQRT(Pi)*EXP((r^2+mu^2)/sigma^2/2)+SQRT(2)*EXP(1/sigma^2*r*mu)*sigma)

For other distributions, I suspect that numerical integration would be
required, and I doubt that Microsoft will be interested until both of the
following occur:
- Use of this characteristic of a probability distribution becomes widespread
- Microsoft has implemented better algorithms to calculate the probability
distributions that they have.

Jerry

"macrohunter" wrote:

Thanks. This paper and others on Omega can be found at
http://faculty.fuqua.duke.edu/~charv...ng/BA453_2006/

Scroll down to Keating, and you can see some of his papers on Omega. The
Omega Function seems most useful. Continue to scroll down for two other pdf
files listed under Omega.

Keating_An_introducti+ 07-Jan-2004 14:00 190K
Keating_Asset_optimiz+ 07-Jan-2004 14:06 468K
Keating_The_omega_fun+ 07-Jan-2004 14:08 568K


"Jerry W. Lewis" wrote:

You need to provide more information. I cannot find anything in Current
Index to Statistics by anyone named Shadwick nor can I find anything by a
Keating that also has "Omega" in the title or keywords. A search of the Duke
online phonebook also failed to find a Shadwick, and none of the three
Keatings seemed likely to be called "Con".

Jerry

"macrohunter" wrote:

Con Keating and William Shadwick at Duke University wrote a paper, An
Introduction to Omega, in which they describe Omega. It would be great if
Excel added it to its statistical functions. In the meantime, does anyone
know how to write the formula in excel?



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jerry W. Lewis
 
Posts: n/a
Default How do I calculate the statistical measure known as omega?

The paper you cited only defines omega in terms of integrals of theoretical
cdf's (cumulative distribution functions). Their example with financial data
is incompletely described. It is not clear whether they are
1. assuming some (unspecified) parent distribution whose parameters they
are estimating from the data
2. extending their formula #3 to involve sums of empirical distribution
functions
3. something else entirely, such as using an Edgeworth expansion to
approximate the cdf with cumulants estimated from the data

The formula I provided is specifically for the normal distribution. At the
time that they wrote their paper, Cascon et al stated that "The question of
the omega-characterization of the normal distribution is a natural one, to
which we do not as yet have a satisfactory answer. If that is still true,
where should I publish the closed form formula that I derived?

Jerry

"macrohunter" wrote:

Thanks. Omega is gaining popularity in the alternative asset management
world where returns are not normally distributed. To confirm, the formula
below only works on normally distributed returns? I'm also wondering where
in the formula I put in the cell ranges that contain the data?

"Jerry W. Lewis" wrote:

I see why I could not find anything. The authors are at a center in London,
not at Duke University. The references suggest that this work has not yet
been published in refereed journals, and the document is labeled "Not for
Circulation".

For the Normal distribution, omega can be calculated as

=((mu-r)*2*NORMSDIST(-(r-mu)/sigma)*SQRT(Pi)*EXP((r^2+mu^2)/sigma^2/2)+SQRT(2)*EXP(1/sigma^2*r*mu)*sigma)
/((r-mu)*2*NORMSDIST((r-mu)/sigma)*SQRT(Pi)*EXP((r^2+mu^2)/sigma^2/2)+SQRT(2)*EXP(1/sigma^2*r*mu)*sigma)

For other distributions, I suspect that numerical integration would be
required, and I doubt that Microsoft will be interested until both of the
following occur:
- Use of this characteristic of a probability distribution becomes widespread
- Microsoft has implemented better algorithms to calculate the probability
distributions that they have.

Jerry

"macrohunter" wrote:

Thanks. This paper and others on Omega can be found at
http://faculty.fuqua.duke.edu/~charv...ng/BA453_2006/

Scroll down to Keating, and you can see some of his papers on Omega. The
Omega Function seems most useful. Continue to scroll down for two other pdf
files listed under Omega.

Keating_An_introducti+ 07-Jan-2004 14:00 190K
Keating_Asset_optimiz+ 07-Jan-2004 14:06 468K
Keating_The_omega_fun+ 07-Jan-2004 14:08 568K


"Jerry W. Lewis" wrote:

You need to provide more information. I cannot find anything in Current
Index to Statistics by anyone named Shadwick nor can I find anything by a
Keating that also has "Omega" in the title or keywords. A search of the Duke
online phonebook also failed to find a Shadwick, and none of the three
Keatings seemed likely to be called "Con".

Jerry

"macrohunter" wrote:

Con Keating and William Shadwick at Duke University wrote a paper, An
Introduction to Omega, in which they describe Omega. It would be great if
Excel added it to its statistical functions. In the meantime, does anyone
know how to write the formula in excel?

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
macrohunter
 
Posts: n/a
Default How do I calculate the statistical measure known as omega?

H Jerry,

The data we would use would be a series of monthly or daily returns.
Usually I receive these on an excel spreadsheet. For example, the dates in
column A and the corresponding returns in column B. The question is how do I
put this data in to the Omega formula you wrote.

Thanks.

"Jerry W. Lewis" wrote:

The paper you cited only defines omega in terms of integrals of theoretical
cdf's (cumulative distribution functions). Their example with financial data
is incompletely described. It is not clear whether they are
1. assuming some (unspecified) parent distribution whose parameters they
are estimating from the data
2. extending their formula #3 to involve sums of empirical distribution
functions
3. something else entirely, such as using an Edgeworth expansion to
approximate the cdf with cumulants estimated from the data

The formula I provided is specifically for the normal distribution. At the
time that they wrote their paper, Cascon et al stated that "The question of
the omega-characterization of the normal distribution is a natural one, to
which we do not as yet have a satisfactory answer. If that is still true,
where should I publish the closed form formula that I derived?

Jerry

"macrohunter" wrote:

Thanks. Omega is gaining popularity in the alternative asset management
world where returns are not normally distributed. To confirm, the formula
below only works on normally distributed returns? I'm also wondering where
in the formula I put in the cell ranges that contain the data?

"Jerry W. Lewis" wrote:

I see why I could not find anything. The authors are at a center in London,
not at Duke University. The references suggest that this work has not yet
been published in refereed journals, and the document is labeled "Not for
Circulation".

For the Normal distribution, omega can be calculated as

=((mu-r)*2*NORMSDIST(-(r-mu)/sigma)*SQRT(Pi)*EXP((r^2+mu^2)/sigma^2/2)+SQRT(2)*EXP(1/sigma^2*r*mu)*sigma)
/((r-mu)*2*NORMSDIST((r-mu)/sigma)*SQRT(Pi)*EXP((r^2+mu^2)/sigma^2/2)+SQRT(2)*EXP(1/sigma^2*r*mu)*sigma)

For other distributions, I suspect that numerical integration would be
required, and I doubt that Microsoft will be interested until both of the
following occur:
- Use of this characteristic of a probability distribution becomes widespread
- Microsoft has implemented better algorithms to calculate the probability
distributions that they have.

Jerry

"macrohunter" wrote:

Thanks. This paper and others on Omega can be found at
http://faculty.fuqua.duke.edu/~charv...ng/BA453_2006/

Scroll down to Keating, and you can see some of his papers on Omega. The
Omega Function seems most useful. Continue to scroll down for two other pdf
files listed under Omega.

Keating_An_introducti+ 07-Jan-2004 14:00 190K
Keating_Asset_optimiz+ 07-Jan-2004 14:06 468K
Keating_The_omega_fun+ 07-Jan-2004 14:08 568K


"Jerry W. Lewis" wrote:

You need to provide more information. I cannot find anything in Current
Index to Statistics by anyone named Shadwick nor can I find anything by a
Keating that also has "Omega" in the title or keywords. A search of the Duke
online phonebook also failed to find a Shadwick, and none of the three
Keatings seemed likely to be called "Con".

Jerry

"macrohunter" wrote:

Con Keating and William Shadwick at Duke University wrote a paper, An
Introduction to Omega, in which they describe Omega. It would be great if
Excel added it to its statistical functions. In the meantime, does anyone
know how to write the formula in excel?

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
statistical data, stdev, Pp& Ppk matthewrpenny Excel Discussion (Misc queries) 1 January 25th 06 02:56 PM
Calculate Interest Rate when payment changes! huntermcg Excel Worksheet Functions 2 October 25th 05 08:32 AM
Spreadsheet Won't Calculate Scott Excel Discussion (Misc queries) 0 September 29th 05 05:37 PM
help with sumif to calculate column rvnwdr Excel Discussion (Misc queries) 3 June 30th 05 12:38 AM
Historical Excel question statistical capabilities [email protected] Excel Discussion (Misc queries) 1 April 22nd 05 04:29 PM


All times are GMT +1. The time now is 02:00 PM.

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

About Us

"It's about Microsoft Excel"