|
1 |
| -#Region "Microsoft.VisualBasic::f2b322d70e19e4fb221d5e612bdf3fb1, Library\Rlapack\stats.vb" |
2 |
| - |
3 |
| -' Author: |
4 |
| -' |
5 |
| - |
6 |
| - |
7 |
| - |
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 | + |
| 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 | + ' /********************************************************************************/ |
80 | 81 |
|
81 | 82 | #End Region
|
82 | 83 |
|
|
0 commit comments