MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: reliability function drawing

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73708] Re: reliability function drawing
  • From: Bill Rowe <readnewsciv at sbcglobal.net>
  • Date: Mon, 26 Feb 2007 06:08:53 -0500 (EST)

On 2/25/07 at 4:37 AM, omurtosun at akdeniz.edu.tr (=C3=96m=C3=BCr TOSUN) wrot=
e:

>i'm using weibull distribution with 2 parameters(shape and scale
>parameters which i have calculated) and trying to draw it's
>reliability function graphic versus time which has an exponential
>distribution

>i search the help files but i think i missed and couldn't see smt.
>about this..

Have you looked at the functions in the package Statistics`ContinuousDistri=
butions`?

In particular,

In[1]:=
<<Statistics`

In[2]:=
1-CDF[WeibullDistribution[a,b],x]

Out[2]=
E^(-(x/b)^a)
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: deleting a title or subtitle in a notebook
  • Next by Date: I believe I finally figured out what "affects printing but not evaluation" means
  • Previous by thread: Re: reliability function drawing
  • Next by thread: Re: Re: reliability function drawing