Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.stats.descriptive Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
CorrelationMatrixThe correlation matrix of n random variables X1, .Classcom.numericalmethod.suanshu.stats.descriptive.correlationSuanShu
CovarianceCovariance is a measure of how much two variables change together.Classcom.numericalmethod.suanshu.stats.descriptive.covarianceSuanShu
KendallRankCorrelationClasscom.numericalmethod.suanshu.stats.descriptive.correlationSuanShu
KurtosisKurtosis measures the "peakedness" of the probability distribution of a real-valued random Higher kurtosis means that there are more infrequent extreme deviations than frequent modestlyClasscom.numericalmethod.suanshu.stats.descriptive.momentSuanShu
LedoitWolf2004To estimate the covariance matrix, Ledoit and Wolf (2004) suggests using the matrix obtained from the sample covariance matrix through a transformation called shrinkage.Classcom.numericalmethod.suanshu.stats.descriptive.covarianceSuanShu
LedoitWolf2004 .ResultThe estimator and some intermediate values computed by the algorithm.Classcom.numericalmethod.suanshu.stats.descriptive.covarianceSuanShu
MaxThe maximum of a sample is the biggest value in the sample.Classcom.numericalmethod.suanshu.stats.descriptive.rankSuanShu
MeanThe mean of a sample is the sum of all numbers in the sample, divided by the sample size.Classcom.numericalmethod.suanshu.stats.descriptive.momentSuanShu
MinThe minimum of a sample is the smallest value in the sample.Classcom.numericalmethod.suanshu.stats.descriptive.rankSuanShu
MomentsCompute the central moment of a data set incrementally.Classcom.numericalmethod.suanshu.stats.descriptive.momentSuanShu
QuantileQuantiles are points taken at regular intervals from the cumulative distribution function (CDF) of a random variable.Classcom.numericalmethod.suanshu.stats.descriptive.rankSuanShu
Quantile .QuantileTypethe available quantile definitionsSee Also:"R.Classcom.numericalmethod.suanshu.stats.descriptive.rankSuanShu
RankRank is a relationship between a set of items such that, for any two items, the first is either "ranked higher than", "ranked lower than" or "ranked equal to" the second.Classcom.numericalmethod.suanshu.stats.descriptive.rankSuanShu
SampleCovarianceThis class computes the Covariance matrix of a matrix, where the (i, j) entry is the covariance of the i-th column and j-th column of the matrix.Classcom.numericalmethod.suanshu.stats.descriptive.covarianceSuanShu
SkewnessSkewness is a measure of the asymmetry of the probability distribution.Classcom.numericalmethod.suanshu.stats.descriptive.momentSuanShu
SpearmanRankCorrelationSpearman's rank correlation coefficient or Spearman's rho is a non-parametric measure of statistical dependence between two variables.Classcom.numericalmethod.suanshu.stats.descriptive.correlationSuanShu
StatisticA statistic (singular) is a single measure of some attribute of a sample (e.Interfacecom.numericalmethod.suanshu.stats.descriptiveSuanShu
StatisticFactoryA factory to construct a new Statistic.Interfacecom.numericalmethod.suanshu.stats.descriptiveSuanShu
SynchronizedStatisticThis is a thread-safe wrapper of Statistic by synchronizing all public methods so that only one thread at a time can access the instance.Classcom.numericalmethod.suanshu.stats.descriptiveSuanShu
VarianceThe variance of a sample is the average squared deviations from the sample mean.Classcom.numericalmethod.suanshu.stats.descriptive.momentSuanShu
WeightedMeanThe weighted mean is defined as ar{x} = frac{ sum_{i=1}^N w_i x_i}{sum_{i=1}^N w_i}Classcom.numericalmethod.suanshu.stats.descriptive.moment.weightedSuanShu
WeightedVarianceThe weighted sample variance is defined as follows.Classcom.numericalmethod.suanshu.stats.descriptive.moment.weightedSuanShu