diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2009-02-17 15:03:54 +0100 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2009-02-17 15:03:54 +0100 |
commit | b94d0be9daba717bcd642cac91bae0812a7f055c (patch) | |
tree | 564e7026c8cc7728e13fcca29598b36115401e78 /scilab_doc | |
parent | 855bfcacb3d9088d90737a2015736ba010b805d7 (diff) | |
download | scilab-b94d0be9daba717bcd642cac91bae0812a7f055c.zip scilab-b94d0be9daba717bcd642cac91bae0812a7f055c.tar.gz |
Typo
Diffstat (limited to 'scilab_doc')
-rw-r--r-- | scilab_doc/statisticswithscilab/introduction.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scilab_doc/statisticswithscilab/introduction.tex b/scilab_doc/statisticswithscilab/introduction.tex index dd395fd..0da036f 100644 --- a/scilab_doc/statisticswithscilab/introduction.tex +++ b/scilab_doc/statisticswithscilab/introduction.tex | |||
@@ -1,9 +1,9 @@ | |||
1 | \chapter{Introduction} | 1 | \chapter{Introduction} |
2 | 2 | ||
3 | As stated in \cite{scilabstats2001}, Scilab's core provide | 3 | As stated in \cite{scilabstats2001}, Scilab's core provides |
4 | a complete set of features related to simulation and statistical | 4 | a complete set of features related to simulation and statistical |
5 | computations. | 5 | computations. |
6 | Indeed, Scilab provide uniform pseudo-random number generators, functions to | 6 | Indeed, Scilab provides uniform pseudo-random number generators, functions to |
7 | compute the moments of a distribution and a complete set of | 7 | compute the moments of a distribution and a complete set of |
8 | distributions. In this document, we will make a complete | 8 | distributions. In this document, we will make a complete |
9 | overview on these features. | 9 | overview on these features. |
@@ -21,7 +21,7 @@ tools, such as Matlab, R, or Octave. | |||
21 | \section{A sample session} | 21 | \section{A sample session} |
22 | 22 | ||
23 | A good introduction on the statistical features of Scilab is \cite{scilabintro2007}. | 23 | A good introduction on the statistical features of Scilab is \cite{scilabintro2007}. |
24 | In the remaining of this introductin chapter, we will try to have | 24 | In the remaining of this introduction chapter, we will try to have |
25 | a flavour of how to perform statistical computations with Scilab. | 25 | a flavour of how to perform statistical computations with Scilab. |
26 | We focus on the algorithms which are used inside Scilab, to show what | 26 | We focus on the algorithms which are used inside Scilab, to show what |
27 | exact algorithms perform the computations. | 27 | exact algorithms perform the computations. |