Mercurial > hg > octave-nkf
changeset 14105:0970a03170ea stable
fix typo in stats.txi
* stats.txi: stdtormal -> stdnormal. Reported by Santiago Vila
<sanvila@unex.es>.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 24 Dec 2011 12:42:26 -0500 |
parents | 614505385171 |
children | 1a42869e936e |
files | doc/interpreter/stats.txi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/stats.txi +++ b/doc/interpreter/stats.txi @@ -303,9 +303,9 @@ @tab @code{poisscdf} @tab @code{poissinv} @item Standard Normal Distribution - @tab @code{stdtormal_pdf} - @tab @code{stdtormal_cdf} - @tab @code{stdtormal_inv} + @tab @code{stdnormal_pdf} + @tab @code{stdnormal_cdf} + @tab @code{stdnormal_inv} @item t (Student) Distribution @tab @code{tpdf} @tab @code{tcdf}