comparison scripts/statistics/distributions/cauchy_rnd.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 c776f063fefe
comparison
equal deleted inserted replaced
10792:91342260063e 10793:be55736a0783
16 ## You should have received a copy of the GNU General Public License 16 ## You should have received a copy of the GNU General Public License
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} cauchy_rnd (@var{lambda}, @var{sigma}, @var{r}, @var{c}) 21 ## @deftypefn {Function File} {} cauchy_rnd (@var{lambda}, @var{sigma}, @var{r}, @var{c})
22 ## @deftypefnx {Function File} {} cauchy_rnd (@var{lambda}, @var{sigma}, @var{sz}) 22 ## @deftypefnx {Function File} {} cauchy_rnd (@var{lambda}, @var{sigma}, @var{sz})
23 ## Return an @var{r} by @var{c} or a @code{size (@var{sz})} matrix of 23 ## Return an @var{r} by @var{c} or a @code{size (@var{sz})} matrix of
24 ## random samples from the Cauchy distribution with parameters @var{lambda} 24 ## random samples from the Cauchy distribution with parameters @var{lambda}
25 ## and @var{sigma} which must both be scalar or of size @var{r} by @var{c}. 25 ## and @var{sigma} which must both be scalar or of size @var{r} by @var{c}.
26 ## 26 ##