weibull distribution function - graph

  • Thread starter Thread starter Metroid
  • Start date Start date
M

Metroid

Hello, I need to make graph of Weibull distribution function with a = 10, b
= 10 and count the modus of the function. I never did something like that.
Can you give me detailed description how to do it? Thank you.
 
Metroid --
Not entirely sure what you're trying to accomplish, but:

A B C
1 1 =weibull(a1,10,10,false) =weibull(a1,10,10,true)

and copy down through your various x values.

Then graph the B and C columns using the A column as your X axis. Read help
on the weibull function to see how to set it up.

HTH
 
Back
Top