SQL Server equivalent of Excel's TINV function
问题 I am trying to find two-tailed inverse of the X's t-distribution. It can be find using TINV function in Excel but I need this to achieve in SQL Sever. Please suggest me idea. The TINV function syntax has the following arguments: Probability : The probability associated with the two-tailed Student's t-distribution. Deg_freedom : The number of degrees of freedom with which to characterize the distribution. Ex: select tinv( 0.054645, 60); -- ----------------- -- 1.9599994129833 -- (1 row