cdf_signed_rank SciMax Toolbox cdf_weibull

SciMax Toolbox >> cdf_student_t

cdf_student_t

Maxima Function

Calling Sequence

cdf_student_t (x,n)

Description

Returns the value at x of the distribution function of a Student random variable t(n), with n>0. This function has no closed form and it is numerically computed if the global variable numer equals true, otherwise it returns a nominal expression.

(%i1) load (distrib)$
(%i2) cdf_student_t(1/2, 7/3);
                                     1  7
(%o2)                  cdf_student_t(-, -)
                                     2  3
(%i3) %,numer;
(%o3)                   .6698450596140417
cdf_signed_rank SciMax Toolbox cdf_weibull