October 1, 2009 at 5:04 am
Hi,
Is anyone worked on weibull distribution function which is available in excel. Actually I want to create same function in SQL server 2005.
Thanks in advance,
Keerthy
October 1, 2009 at 6:24 am
Is this the function that you mean
WEIBULL(x,alpha,beta,TRUE) = 1 – e^(-(x/a)^b)
WEIBULL(x,alpha,beta,FALSE) = (a/b^a)(x^(a-1))(e^(-x/a)^b)
--------------------------------------------------------------------------------------
[highlight]Recommended Articles on How to help us help you and[/highlight]
[highlight]solve commonly asked questions[/highlight]
Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
Managing Transaction Logs by Gail Shaw[/url]
How to post Performance problems by Gail Shaw[/url]
Help, my database is corrupt. Now what? by Gail Shaw[/url]
October 1, 2009 at 6:28 am
Yes This is what I meant.
Thanks & Regard's
keerthy
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply