computeLinearModel      Computes a linear model
computeResidualLm       Computes a linear model's residuals
computeTestAndersonDarlingNormal
                        Compute the Anderson-Darling test for Normal
                        Distribution.
computeTestChiSquaredGeometric
                        Compute the chi squared test for Geometric
                        Distribution.
computeTestChiSquaredPoisson
                        Compute the chi squared test for Poisson
                        Distribution.
computeTestChiSquaredUserDefined
                        Compute the chi squared test for UserDefined
                        Distribution.
computeTestCramerVonMisesNormal
                        Compute the Cramer - Von Mises test for Normal
                        Distribution.
computeTestKolmogorovBeta
                        Compute the Kolmogorov-Smirnoff test on a Beta
                        Distribution sample.
computeTestKolmogorovExponential
                        Compute the Kolmogorov-Smirnoff test on a
                        Exponential Distribution sample.
computeTestKolmogorovGamma
                        Compute the Kolmogorov-Smirnoff test on a Gamma
                        Distribution sample.
computeTestKolmogorovGumbel
                        Compute the Kolmogorov-Smirnoff test on a
                        Gumbel Distribution sample.
computeTestKolmogorovLogNormal
                        Compute the Kolmogorov-Smirnoff test on a
                        LogNormal Distribution sample.
computeTestKolmogorovLogistic
                        Compute the Kolmogorov-Smirnoff test on a
                        Logistic Distribution sample.
computeTestKolmogorovNormal
                        Compute the Kolmogorov-Smirnoff test on a
                        Normal Distribution sample.
computeTestKolmogorovStudent
                        Compute the Kolmogorov-Smirnoff test on a
                        Student Distribution sample.
computeTestKolmogorovTriangular
                        Compute the Kolmogorov-Smirnoff test on a
                        Triangular Distribution sample.
computeTestKolmogorovTruncatedNormal
                        Compute the Kolmogorov-Smirnoff test on a
                        TruncatedNormal Distribution sample.
computeTestKolmogorovUniform
                        Compute the Kolmogorov-Smirnoff test on a
                        Uniform Distribution sample.
computeTestKolmogorovWeibull
                        Compute the Kolmogorov-Smirnoff test on a
                        Weibull Distribution sample.
computeTestPartialPearson
                        Compute the Partial Pearson Test on 2 data
                        sets.
computeTestPartialRegression
                        Compute the Partial Regression Test on 2 data
                        sets.
computeTestPartialSpearman
                        Compute the Partial Spearman Test on 2 data
                        sets.
computeTestPearson      Compute the Pearson Test on 2 data sets.
computeTestRegression   Compute the Regression Test on 2 data sets.
computeTestSpearman     Compute the Spearman Test on 2 data sets.
computeTestTwoSampleChiSquared
                        Compute the 2-sample chi squared test.
computeTestTwoSamplePearson
                        Compute the 2-sample Pearson test.
computeTestTwoSampleSmirnov
                        Compute the 2-sample Smirnov test.
computeTestTwoSampleSpearman
                        Compute the 2-sample Spearman test.
computeTruncatedNormalPdf
                        Compute the Pdf of a TruncatedNormal
                        Distribution
cvm.test                Cramer-von Mises test for normality. Taken from
                        the "nortest" package by Juergen Gross,
                        available on CRAN
estimateTruncatedNormalParameters
                        Estimates the underlying truncated normal
                        distribution parameters from a sample.
predictValuesLm         Predicts values through a linear model
ptriangle               Cumulative Distribution Function of a
                        triangular distribution
testLmAdjustedRSquare   Adjusted $R^2$ test for a linear model.
testLmFisher            Fisher test for a linear model.
testLmResidualMean      Residual Mean test for a linear model.
testLmRsquared          $R^2$ test for a linear model.
