Mercurial > hg > octave-lojdl
comparison scripts/statistics/distributions/frnd.m @ 10793:be55736a0783
Grammarcheck the documentation from m-files.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 18 Jul 2010 20:35:16 -0700 |
parents | 95c3e38098bf |
children | fe3c3dfc07eb |
comparison
equal
deleted
inserted
replaced
10792:91342260063e | 10793:be55736a0783 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} frnd (@var{m}, @var{n}, @var{r}, @var{c}) | 20 ## @deftypefn {Function File} {} frnd (@var{m}, @var{n}, @var{r}, @var{c}) |
21 ## @deftypefnx {Function File} {} frnd (@var{m}, @var{n}, @var{sz}) | 21 ## @deftypefnx {Function File} {} frnd (@var{m}, @var{n}, @var{sz}) |
22 ## Return an @var{r} by @var{c} matrix of random samples from the F | 22 ## Return an @var{r} by @var{c} matrix of random samples from the F |
23 ## distribution with @var{m} and @var{n} degrees of freedom. Both | 23 ## distribution with @var{m} and @var{n} degrees of freedom. Both |
24 ## @var{m} and @var{n} must be scalar or of size @var{r} by @var{c}. | 24 ## @var{m} and @var{n} must be scalar or of size @var{r} by @var{c}. |
25 ## If @var{sz} is a vector the random samples are in a matrix of | 25 ## If @var{sz} is a vector the random samples are in a matrix of |