Mercurial > hg > octave-lyh
diff scripts/statistics/distributions/norminv.m @ 11472:1740012184f9
Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 09 Jan 2011 21:33:04 -0800 |
parents | 3306cfcb856e |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/statistics/distributions/norminv.m +++ b/scripts/statistics/distributions/norminv.m @@ -42,7 +42,7 @@ if (!isscalar (m) || !isscalar (s)) [retval, x, m, s] = common_size (x, m, s); if (retval > 0) - error ("norminv: x, m and s must be of common size or scalars"); + error ("norminv: X, M and S must be of common size or scalars"); endif endif