~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to vector/v.normal/description.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h2>DESCRIPTION</h2>
2
 
<em>v.normal</em>
3
 
computes tests of normality on vector points.
4
 
 
5
 
<h2>NOTES</h2>
6
 
 
7
 
The tests that <em>v.normal</em> performs are indexed
8
 
below.  The tests that are performed are specified by
9
 
giving an index, ranges of indices, or multiple thereof.
10
 
 
11
 
<ol>
12
 
<li> Sample skewness and kurtosis
13
 
<li> Geary's a-statistic and an approximate normal transformation
14
 
<li> Extreme normal deviates
15
 
<li> D'Agostino's D-statistic 
16
 
<li> Modified Kuiper V-statistic 
17
 
<li> Modified Watson U^2-statistic 
18
 
<li> Durbin's Exact Test (modified Kolmogorov)
19
 
<li> Modified Anderson-Darling statistic 
20
 
<li> Modified Cramer-Von Mises W^2-statistic 
21
 
<li> Kolmogorov-Smirnov D-statistic (modified for normality testing)
22
 
<li> Chi-Square test statistic (equal probability classes) and 
23
 
     the number of degrees of freedom
24
 
<li> Shapiro-Wilk W Test
25
 
<li> Weisberg-Binghams W'' (similar to Shapiro-Francia's W')
26
 
<li> Royston's extension of W for large samples
27
 
<li> Kotz Separate-Families Test for Lognormality vs. Normality
28
 
</ol>
29
 
 
30
 
<h2>EXAMPLE</h2>
31
 
 
32
 
<!-- do a meaning ful example -->
33
 
<div class="code"><pre>
34
 
v.random random n=200
35
 
v.db.addtable random col="elev double precision"
36
 
v.what.rast random rast=elevation.10m col=elev
37
 
v.normal random tests=1-3,14 col=elev
38
 
</pre></div>
39
 
 
40
 
computes the sample skewness and kurtosis, Geary's
41
 
a-statistic and an approximate normal transformation,
42
 
extreme normal deviates, and Royston's W for the
43
 
<em>random</em> vector points.
44
 
 
45
 
<!-- TODO: find references , e.g.
46
 
     http://www.itl.nist.gov/div898/handbook/eda/section3/eda35.htm
47
 
-->
48
 
 
49
 
<h2>SEE ALSO</h2>
50
 
<a href="v.univar.html">v.univar</a>
51
 
 
52
 
<h2>AUTHOR</h2>
53
 
 
54
 
<a href="http://mccauley-usa.com/">James Darrell McCauley</a>
55
 
<a href="mailto:darrell@mccauley-usa.com">&lt;darrell@mccauley-usa.com&gt;</a>,
56
 
<br>when he was at:
57
 
<a href="http://ABE.www.ecn.purdue.edu/ABE/">Agricultural
58
 
Engineering</a>
59
 
<a href="http://www.purdue.edu/">Purdue University</a>
60
 
<p><i>Last changed: $Date: 2011-11-08 12:29:50 +0100 (Tue, 08 Nov 2011) $</i>