~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/fr/statistics/strange.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>eng</LANGUAGE>
 
5
  <TITLE>strange</TITLE>
 
6
  <TYPE>  </TYPE>
 
7
  <DATE>August 2000</DATE>
 
8
  <SHORT_DESCRIPTION name="strange"> range</SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
    <CALLING_SEQUENCE_ITEM>[r]=strange(x)  </CALLING_SEQUENCE_ITEM>
 
11
    <CALLING_SEQUENCE_ITEM>[r]=strange(x,'r') (or, equivalently, [r]=strange(x,1))  </CALLING_SEQUENCE_ITEM>
 
12
    <CALLING_SEQUENCE_ITEM>[r]=strange(x,'c') (or, equivalently, [r]=strange(x,2))  </CALLING_SEQUENCE_ITEM>
 
13
  </CALLING_SEQUENCE>
 
14
  <PARAM>
 
15
    <PARAM_INDENT>
 
16
      <PARAM_ITEM>
 
17
        <PARAM_NAME>x</PARAM_NAME>
 
18
        <PARAM_DESCRIPTION>
 
19
          <SP>: real or complex vector or matrix</SP>
 
20
        </PARAM_DESCRIPTION>
 
21
      </PARAM_ITEM>
 
22
    </PARAM_INDENT>
 
23
  </PARAM>
 
24
  <DESCRIPTION>
 
25
    <P>
 
26
    The  range  is the  distance   between  the largest  and
 
27
    smaller value,   [r]=strange(x) computes   the  range of
 
28
    vector or matrix x.</P>
 
29
    <P>
 
30
    [r]=strange(x,'r')  (or   equivalently [r]=strange(x,1))
 
31
    give a row vector with the range of each column.</P>
 
32
    <P>
 
33
    [r]=strange(x,'c') (or  equivalently   [r]=strange(x,2))
 
34
    give a column vector with the range of each row.</P>
 
35
  </DESCRIPTION>
 
36
  <SECTION label="References">
 
37
    <P>
 
38
     Wonacott, T.H. &amp; Wonacott, R.J.; Introductory Statistics, J.Wiley &amp; Sons, 1990.</P>
 
39
  </SECTION>
 
40
  <AUTHOR>Carlos klimann</AUTHOR>
 
41
</MAN>