Searched refs:tstat (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dmvlinreg.tcl17 namespace export tstat mv-wls mv-ols
53 proc ::math::statistics::tstat {n {alpha 0.05}} {
79 return -code error "::math::statistics::tstat: Did not converge after $niter iterations"
225 set tvalue [tstat [expr {$n - $k}]]
/macosx-10.10/ksh-23/ksh/src/lib/libast/cdt/
H A Ddttree.c226 static Void_t* tstat(Dt_t* dt, Dtstat_t* st) function
228 static Void_t* tstat(dt, st)
422 DTRETURN(obj, tstat(dt, (Dtstat_t*)obj));

Completed in 110 milliseconds