Skip to content

Commit 199799b

Browse files
committed
update source file banner headers!
1 parent 296885a commit 199799b

File tree

16 files changed

+322
-265
lines changed

16 files changed

+322
-265
lines changed

Library/Rlapack/RMatrix.vb

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Region "Microsoft.VisualBasic::bcbf2e88e32f8fc029fe896f3eb60c66, Library\Rlapack\RMatrix.vb"
1+
#Region "Microsoft.VisualBasic::768193542945c569d3d523a51f96934c, Library\Rlapack\RMatrix.vb"
22

33
' Author:
44
'
@@ -34,13 +34,13 @@
3434

3535
' Code Statistics:
3636

37-
' Total Lines: 760
38-
' Code Lines: 440 (57.89%)
39-
' Comment Lines: 220 (28.95%)
40-
' - Xml Docs: 87.73%
37+
' Total Lines: 770
38+
' Code Lines: 442 (57.40%)
39+
' Comment Lines: 228 (29.61%)
40+
' - Xml Docs: 87.72%
4141
'
42-
' Blank Lines: 100 (13.16%)
43-
' File Size: 29.35 KB
42+
' Blank Lines: 100 (12.99%)
43+
' File Size: 29.65 KB
4444

4545

4646
' Module RMatrix

Library/Rlapack/stats.vb

+80-79
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,83 @@
1-
#Region "Microsoft.VisualBasic::f2b322d70e19e4fb221d5e612bdf3fb1, Library\Rlapack\stats.vb"
2-
3-
' Author:
4-
'
5-
6-
7-
' xieguigang ([email protected])
8-
'
9-
' Copyright (c) 2018 GPL3 Licensed
10-
'
11-
'
12-
' GNU GENERAL PUBLIC LICENSE (GPL3)
13-
'
14-
'
15-
' This program is free software: you can redistribute it and/or modify
16-
' it under the terms of the GNU General Public License as published by
17-
' the Free Software Foundation, either version 3 of the License, or
18-
' (at your option) any later version.
19-
'
20-
' This program is distributed in the hope that it will be useful,
21-
' but WITHOUT ANY WARRANTY; without even the implied warranty of
22-
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23-
' GNU General Public License for more details.
24-
'
25-
' You should have received a copy of the GNU General Public License
26-
' along with this program. If not, see <http://www.gnu.org/licenses/>.
27-
28-
29-
30-
' /********************************************************************************/
31-
32-
' Summaries:
33-
34-
35-
' Code Statistics:
36-
37-
' Total Lines: 1917
38-
' Code Lines: 1071 (55.87%)
39-
' Comment Lines: 634 (33.07%)
40-
' - Xml Docs: 91.48%
41-
'
42-
' Blank Lines: 212 (11.06%)
43-
' File Size: 81.81 KB
44-
45-
46-
' Module stats
47-
'
48-
' Constructor: (+1 Overloads) Sub New
49-
' Function: matrixDataFrame, matrixDataFrame2, printMatrix, printMvar, printTtest
50-
' printTwoSampleTTest
51-
' Enum p_adjust_methods
52-
'
53-
' BH, bonferroni, BY, fdr, hochberg
54-
' holm, hommel, none
55-
'
56-
'
57-
'
58-
'
59-
'
60-
' Function: aov, asDist, beta, chisq_test, ChiSquare
61-
' combin, corr, corr_sign, corrTest, dataframeRow
62-
' dist, dnorm, ECDF, ecdf0, emd_dist
63-
' filterMissing, fisher_test, gamma, gammaCDF, GetDataSetCommon
64-
' getMatrix, getQuantileLevels, iqr_outliers, lbeta, lgamma
65-
' Lowess, mantel_test, median, moran_test, mul
66-
' oplsr, p_adjust, plsda, pnorm_func, PoissonDiskGenerator_func
67-
' (+2 Overloads) pow, prcomp, pt, quantile, safeCheck
68-
' spline, tabulateMode, ttest, ttestBatch, ttestImpl
69-
' varTest, z_score, z_scoreByColumn, z_scoreByRow
70-
'
71-
' Enum SplineAlgorithms
72-
'
73-
' Bezier, BSpline, CatmullRom, CubiSpline
74-
'
75-
'
76-
'
77-
'
78-
'
79-
' /********************************************************************************/
1+
#Region "Microsoft.VisualBasic::28b9415b0954692fa30b60b625749d1f, Library\Rlapack\stats.vb"
2+
3+
' Author:
4+
'
5+
6+
7+
' xieguigang ([email protected])
8+
'
9+
' Copyright (c) 2018 GPL3 Licensed
10+
'
11+
'
12+
' GNU GENERAL PUBLIC LICENSE (GPL3)
13+
'
14+
'
15+
' This program is free software: you can redistribute it and/or modify
16+
' it under the terms of the GNU General Public License as published by
17+
' the Free Software Foundation, either version 3 of the License, or
18+
' (at your option) any later version.
19+
'
20+
' This program is distributed in the hope that it will be useful,
21+
' but WITHOUT ANY WARRANTY; without even the implied warranty of
22+
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
' GNU General Public License for more details.
24+
'
25+
' You should have received a copy of the GNU General Public License
26+
' along with this program. If not, see <http://www.gnu.org/licenses/>.
27+
28+
29+
30+
' /********************************************************************************/
31+
32+
' Summaries:
33+
34+
35+
' Code Statistics:
36+
37+
' Total Lines: 2298
38+
' Code Lines: 1148 (49.96%)
39+
' Comment Lines: 920 (40.03%)
40+
' - Xml Docs: 87.93%
41+
'
42+
' Blank Lines: 230 (10.01%)
43+
' File Size: 101.72 KB
44+
45+
46+
' Module stats
47+
'
48+
' Constructor: (+1 Overloads) Sub New
49+
' Function: matrixDataFrame, matrixDataFrame2, printMatrix, printMvar, printTtest
50+
' printTwoSampleTTest
51+
' Enum p_adjust_methods
52+
'
53+
' BH, bonferroni, BY, fdr, hochberg
54+
' holm, hommel, none
55+
'
56+
'
57+
'
58+
'
59+
'
60+
' Function: aov, asDist, beta, chisq_test, ChiSquare
61+
' cmdscale, combin, corr, corr_sign, corrTest
62+
' dataframeRow, dist, dnorm, ECDF, ecdf0
63+
' emd_dist, filterMissing, fisher_test, gamma, gammaCDF
64+
' GetDataSetCommon, getLabels, getMatrix, getQuantileLevels, iqr_outliers
65+
' kurtosis, lbeta, lgamma, Lowess, mantel_test
66+
' median, moment, moran_test, mul, oplsr
67+
' p_adjust, plsda, pnorm_func, PoissonDiskGenerator_func, (+2 Overloads) pow
68+
' prcomp, ProductMoments, pt, quantile, safeCheck
69+
' skewness, spline, tabulateMode, ttest, ttestBatch
70+
' ttestImpl, varTest, z_score, z_scoreByColumn, z_scoreByRow
71+
'
72+
' Enum SplineAlgorithms
73+
'
74+
' Bezier, BSpline, CatmullRom, CubiSpline
75+
'
76+
'
77+
'
78+
'
79+
'
80+
' /********************************************************************************/
8081

8182
#End Region
8283

Library/graphics/Plot2D/graphics2D.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Region "Microsoft.VisualBasic::b22f890e7a164bac74c591822c2afff9, Library\graphics\Plot2D\graphics2D.vb"
1+
#Region "Microsoft.VisualBasic::735951ad8c940086b630085c5f39519a, Library\graphics\Plot2D\graphics2D.vb"
22

33
' Author:
44
'

Library/shares/graphics.common_runtime/graphicsDevice.vb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Region "Microsoft.VisualBasic::307f6a789db788720f0a5f7b57dbe20e, Library\shares\graphics.common_runtime\graphicsDevice.vb"
1+
#Region "Microsoft.VisualBasic::ef4a09c8b7c3fca5564f394a853e7b01, Library\shares\graphics.common_runtime\graphicsDevice.vb"
22

33
' Author:
44
'
@@ -40,7 +40,7 @@
4040
' - Xml Docs: 96.97%
4141
'
4242
' Blank Lines: 14 (11.11%)
43-
' File Size: 4.35 KB
43+
' File Size: 4.36 KB
4444

4545

4646
' Structure graphicsDevice

R#/Language/TokenIcer/Scanner.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Region "Microsoft.VisualBasic::fade43b4b9823b0e09c6910e07fb0a6e, R#\Language\TokenIcer\Scanner.vb"
1+
#Region "Microsoft.VisualBasic::6aa5c3df499c4311ef2402bfe07fbd08, R#\Language\TokenIcer\Scanner.vb"
22

33
' Author:
44
'

R#/Runtime/Internal/internalInvokes/Math/math.vb

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Region "Microsoft.VisualBasic::1de8d48f9d5b7459cb36f7a8857c5c0a, R#\Runtime\Internal\internalInvokes\Math\math.vb"
1+
#Region "Microsoft.VisualBasic::8d9aa1086cba6e64b5dc2d0dedef1260, R#\Runtime\Internal\internalInvokes\Math\math.vb"
22

33
' Author:
44
'
@@ -34,13 +34,13 @@
3434

3535
' Code Statistics:
3636

37-
' Total Lines: 1415
38-
' Code Lines: 567 (40.07%)
39-
' Comment Lines: 721 (50.95%)
37+
' Total Lines: 1429
38+
' Code Lines: 571 (39.96%)
39+
' Comment Lines: 730 (51.08%)
4040
' - Xml Docs: 88.63%
4141
'
42-
' Blank Lines: 127 (8.98%)
43-
' File Size: 63.67 KB
42+
' Blank Lines: 128 (8.96%)
43+
' File Size: 64.36 KB
4444

4545

4646
' Module math
@@ -50,10 +50,10 @@
5050
' gcd, getRandom, isFinite, isInfinite, isNaN
5151
' lcm_r, log, log10, log2, max
5252
' mean, median, min, numericClassTags, pearson
53-
' pow, prod, rnorm, root, round
54-
' rsd, runif, (+2 Overloads) sample, sample_int, sd
55-
' (+4 Overloads) shuffle, sign, sin, sqrt, sum
56-
' trunc, var, weighted_mean
53+
' pow, prod, rexp, rnorm, root
54+
' round, rsd, runif, (+2 Overloads) sample, sample_int
55+
' sd, (+4 Overloads) shuffle, sign, sin, sqrt
56+
' sum, trunc, var, weighted_mean
5757
'
5858
' Sub: set_seed
5959
' Class corTestResult

R#/Runtime/Internal/internalInvokes/applys.vb

+54-53
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,57 @@
1-
#Region "Microsoft.VisualBasic::4adbfc2b363ce57d089db6a59ee7342d, R#\Runtime\Internal\internalInvokes\applys.vb"
2-
3-
' Author:
4-
'
5-
6-
7-
' xieguigang ([email protected])
8-
'
9-
' Copyright (c) 2018 GPL3 Licensed
10-
'
11-
'
12-
' GNU GENERAL PUBLIC LICENSE (GPL3)
13-
'
14-
'
15-
' This program is free software: you can redistribute it and/or modify
16-
' it under the terms of the GNU General Public License as published by
17-
' the Free Software Foundation, either version 3 of the License, or
18-
' (at your option) any later version.
19-
'
20-
' This program is distributed in the hope that it will be useful,
21-
' but WITHOUT ANY WARRANTY; without even the implied warranty of
22-
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23-
' GNU General Public License for more details.
24-
'
25-
' You should have received a copy of the GNU General Public License
26-
' along with this program. If not, see <http://www.gnu.org/licenses/>.
27-
28-
29-
30-
' /********************************************************************************/
31-
32-
' Summaries:
33-
34-
35-
' Code Statistics:
36-
37-
' Total Lines: 649
38-
' Code Lines: 428 (65.95%)
39-
' Comment Lines: 135 (20.80%)
40-
' - Xml Docs: 82.96%
41-
'
42-
' Blank Lines: 86 (13.25%)
43-
' File Size: 27.80 KB
44-
45-
46-
' Module applys
47-
'
48-
' Function: apply, checkInternal, lapply, (+3 Overloads) lapplyGeneralIDictionary, lapplyGeneralSequence
49-
' lapplyPipelineStream, lapplyRNameIndex, parLapply, parSapply, sapply
50-
' sapplyList, sapplySequence
51-
'
52-
'
53-
' /********************************************************************************/
1+
#Region "Microsoft.VisualBasic::4223181712430d318ae9ae3efaa34622, R#\Runtime\Internal\internalInvokes\applys.vb"
2+
3+
' Author:
4+
'
5+
6+
7+
' xieguigang ([email protected])
8+
'
9+
' Copyright (c) 2018 GPL3 Licensed
10+
'
11+
'
12+
' GNU GENERAL PUBLIC LICENSE (GPL3)
13+
'
14+
'
15+
' This program is free software: you can redistribute it and/or modify
16+
' it under the terms of the GNU General Public License as published by
17+
' the Free Software Foundation, either version 3 of the License, or
18+
' (at your option) any later version.
19+
'
20+
' This program is distributed in the hope that it will be useful,
21+
' but WITHOUT ANY WARRANTY; without even the implied warranty of
22+
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
' GNU General Public License for more details.
24+
'
25+
' You should have received a copy of the GNU General Public License
26+
' along with this program. If not, see <http://www.gnu.org/licenses/>.
27+
28+
29+
30+
' /********************************************************************************/
31+
32+
' Summaries:
33+
34+
35+
' Code Statistics:
36+
37+
' Total Lines: 669
38+
' Code Lines: 441 (65.92%)
39+
' Comment Lines: 138 (20.63%)
40+
' - Xml Docs: 83.33%
41+
'
42+
' Blank Lines: 90 (13.45%)
43+
' File Size: 28.65 KB
44+
45+
46+
' Module applys
47+
'
48+
' Function: apply, checkInternal, lapply, (+3 Overloads) lapplyGeneralIDictionary, lapplyGeneralSequence
49+
' lapplyPipelineStream, lapplyRNameIndex, parLapply, parSapply, sapply
50+
' sapplyList, sapplySequence
51+
'
52+
'
53+
'
54+
' /********************************************************************************/
5455

5556
#End Region
5657

R#/Runtime/Internal/internalInvokes/base.vb

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Region "Microsoft.VisualBasic::9dcf8ef0fdcf584d73a6a58a3e3f093a, R#\Runtime\Internal\internalInvokes\base.vb"
1+
#Region "Microsoft.VisualBasic::85d3861fa151f9cd1ae74d0f901326f7, R#\Runtime\Internal\internalInvokes\base.vb"
22

33
' Author:
44
'
@@ -34,13 +34,13 @@
3434

3535
' Code Statistics:
3636

37-
' Total Lines: 3667
38-
' Code Lines: 1590 (43.36%)
39-
' Comment Lines: 1775 (48.40%)
40-
' - Xml Docs: 83.49%
37+
' Total Lines: 3681
38+
' Code Lines: 1601 (43.49%)
39+
' Comment Lines: 1780 (48.36%)
40+
' - Xml Docs: 83.54%
4141
'
42-
' Blank Lines: 302 (8.24%)
43-
' File Size: 164.42 KB
42+
' Blank Lines: 300 (8.15%)
43+
' File Size: 165.25 KB
4444

4545

4646
' Module base

0 commit comments

Comments
 (0)