MathGroup Archive 2011

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

Search the Archive

Re: weibull plot on weibull scaled paper

  • To: mathgroup at smc.vnet.net
  • Subject: [mg116576] Re: weibull plot on weibull scaled paper
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sun, 20 Feb 2011 05:26:43 -0500 (EST)

The distribution is just a straight line

dist = WeibullDistribution[7, 200];

llp = LogLogPlot[-Log[1 - CDF[dist, x]], {x, 70, 300},
  Frame -> True, Axes -> False]

For comparison

data = RandomVariate[dist, 300];

Show[llp, ProbabilityScalePlot[data, "Weibull"]]


Bob Hanlon

---- Frederick <fms at garlic.com> wrote: 

=============
Hi,  Is it possible to plot

Plot[Evaluate[CDF[WeibullDistribution[7, 200], x]], {x, 0, 300}]

using the classic weibull scaled paper, as available in
ProbabilityScalePlot?

and, without having to plot and/or show data dots....

Looking for just a smooth plot of the known distribution on the
classic weibull scaled graph

thanks,

Fred



  • Prev by Date: Re: Resizing new graphic
  • Next by Date: Re: NInegrate Bug
  • Previous by thread: weibull plot on weibull scaled paper
  • Next by thread: Re: weibull plot on weibull scaled paper