Rev 20 | Rev 4161 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
!if $wims_read_parm!=slib_header
!goto proc
!endif
slib_title=Probability cumulative density function of Student law
slib_parms=2\
,[data]\
,n
slib_author=Bernadette PERRIN-RIOU
slib_out=values at data
slib_comment=data can be a list of reals in brackets;
slib_example=[2,4,7],5
slib_require=octave
!exit
:proc
slib_out=
!distribute item $wims_read_parm into slib_data,slib_n
slib_data=!declosing $slib_data
slib_out=!exec octave t_cdf([$slib_data],$slib_n)
slib_out=!words2items $slib_out
slib_out=!trim $slib_out