Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual double Impala::Visualization::Plot::Weibull::Sample ( double  x  )  [inline, virtual]

Definition at line 49 of file Function.h.

References mBeta, mGamma, mMu, and mScaling.

Referenced by Draw().

00050     {
00051         return exp(-pow(fabs((x-mMu)/mBeta), mGamma)) * mScaling;
00052     }


Generated on Thu Jan 13 09:25:40 2011 for ImpalaSrc by  doxygen 1.5.1