dbTalk Databases Forums  

Probablity function in SQL Server. HELP!!!

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Probablity function in SQL Server. HELP!!! in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Emad Ibrahim
 
Posts: n/a

Default Probablity function in SQL Server. HELP!!! - 04-15-2004 , 09:26 PM






I need a function equivalent to the excel CHIDIST function. This function
calculates the one-tailed probability of the chi-squared distribution.

I don't think there is a built in function for it in SQL server, so would I
calculate it?

Is there a third-party tool that can do this?

Does anyone know the formulae for it? Maybe I can hand-code it.

Thanks for any help.

-Emad



Reply With Quote
  #2  
Old   
Deepak Puri
 
Posts: n/a

Default Re: Probablity function in SQL Server. HELP!!! - 04-15-2004 , 11:40 PM






Looks like you're in luck, if you're willing to settle for the Excel
CHIDIST function itself! It's one of the Excel functions that's
supported in Analyis Services (of course, Excel should be installed on
the same machine):

http://msdn.microsoft.com/library/en...sfunct_3bzn.as
p
Quote:
Microsoft® SQL Server™ 2000 Analysis Services supports many functions in
the Microsoft Excel worksheet library, which is automatically registered
if installed on the computer with Analysis Services. Functions not
supported in this release are marked by an asterisk in this table.
...
Quote:

George Spofford's paper on "Statistics in MDX" may help:

http://www.dsslab.com/MDXSolutions.h...tatistics.html



- Deepak

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.