Calculate parameters for Triangular distributed values.
procedure TriangularFit(const X: TVec; out a: double; out b: double; out c: double; MaxIter: Integer = 500; Tolerance: double = 1e-8);
Parameters |
Description |
X |
Stores data which is assumed to follow triangular distribution. |
a |
Return Triangular distribution parameter estimator a. |
b |
Return Triangular distribution parameter estimator b. |
c |
Return Triangular distribution parameter estimator c. |
MaxIter |
Maximum number of iterations needed for deriving a, b and d. |
Tolerance |
Defines the acceptable tolerance for calculating a and b. |
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|