Purpose
This Matlab function returns the value of the characteristic function of (central) Student's t distribution with nu degrees of freedom.
Arguments
- t ... a real or complex number or vector at which to evaluate this characteristic function.
- nu ... number of degrees of freedom. A positive integer scalar.
Usage
tt = cf_t(t, nu)