You are here: Symbol Reference > Statistics Namespace > Functions > Statistics.WeibullFit Function
Stats Master VCL
ContentsIndex
PreviousUpNext
Statistics.WeibullFit Function

Calculate parameters for Weibull distributed values using MLE.

Pascal
procedure WeibullFit(const X: TVec; out A: double; out B: double; MaxIter: Integer = 500; Tolerance: double = 1e-8); overload;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!