Mercurial > hg > octave-lyh
comparison scripts/deprecated/t_inv.m @ 5428:2a16423e4aa0
[project @ 2005-08-23 18:38:27 by jwe]
author | jwe |
---|---|
date | Tue, 23 Aug 2005 18:38:28 +0000 |
parents | bee21f388110 |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
5427:a92afe70fb8d | 5428:2a16423e4aa0 |
---|---|
26 | 26 |
27 ## For very large n, the "correct" formula does not really work well, | 27 ## For very large n, the "correct" formula does not really work well, |
28 ## and the quantiles of the standard normal distribution are used | 28 ## and the quantiles of the standard normal distribution are used |
29 ## directly. | 29 ## directly. |
30 | 30 |
31 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> | 31 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> |
32 ## Description: Quantile function of the t distribution | 32 ## Description: Quantile function of the t distribution |
33 | 33 |
34 function inv = t_inv (varargin) | 34 function inv = t_inv (varargin) |
35 | 35 |
36 inv = tinv (varargin{:}); | 36 inv = tinv (varargin{:}); |