Percentiles

NOTE: "ExpValue" simply specifies a starting value for the "FindRoot" search

In[47]:=

p = .90 ;

FindRoot[F[xstar] == p, {xstar, ExpValue}]

Out[48]=

{xstar→28.412}

In[49]:=

End[]

Out[49]=

WeibullProperties`


Created by Mathematica  (July 20, 2006) Valid XHTML 1.1!