Purpose
This Matlab function returns the value of the characteristic function of triangular distribution with limits a and b and mid point c.
Arguments
- t ... a real or complex number or vector at which to evaluate this characteristic function.
- a ... the lower limit of triangular distribution. A real scalar.
- b ... the upper limit of triangular distribution. A real scalar. In Tail Probability Calculator application the sum a + b must be zero.
- b ... the mid point of triangular distribution. A real scalar. In Tail Probability Calculator application the c must be zero.
Usage
tt = cf_triangular( t, -b, b, 0 )