summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-ak
blob: 1df717469aef789a11df73aebbe9147e16b89efe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ak,v 1.3 1999/12/22 13:25:42 dmcmahill Exp $

--- ./tests/grand.tst.orig	Tue Dec 14 05:56:09 1999
+++ ./tests/grand.tst	Tue Dec 21 17:45:26 1999
@@ -172,5 +172,5 @@
 PS=(1:N)'/N;
 //plot2d(RdevS,PS);
-// theoretical result 
+// theorical result 
 [P]=cdfchi("PQ",RdevS,A*ones(RdevS));
 //plot2d(RdevS,P,2,"000")
@@ -184,5 +184,5 @@
 PS=(1:N)'/N;
 //plot2d(RdevS,PS);
-// theoretical result 
+// theorical result 
 [P]=cdfpoi("PQ",RdevS,A*ones(RdevS));
 //plot2d(RdevS,P,2,"000")