void TriangularFit(TVec X, ref Double a, ref Double b, ref Double c, Int32 MaxIter, Double Tolerance)
Calculate parameters for Triangular distributed values.
| # | Name | Description |
|---|---|---|
| 1 | X | Stores data which is assumed to follow triangular distribution. |
| 2 | a | Return Triangular distribution parameter estimator a. |
| 3 | b | Return Triangular distribution parameter estimator b. |
| 4 | c | Return Triangular distribution parameter estimator c. |
| 5 | MaxIter | Maximum number of iterations needed for deriving a, b and d. |
| 6 | Tolerance | Defines the acceptable tolerance for calculating a and b. |
Result: stored in self (calling object)