Menu

cf_triangular

Tomy Duby

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 )


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.