Uses of Interface
org.hipparchus.stat.descriptive.StorelessMultivariateStatistic
-
Packages that use StorelessMultivariateStatistic Package Description org.hipparchus.stat.descriptive.vector Multivariate statistics. -
-
Uses of StorelessMultivariateStatistic in org.hipparchus.stat.descriptive.vector
Classes in org.hipparchus.stat.descriptive.vector that implement StorelessMultivariateStatistic Modifier and Type Class Description class
VectorialStorelessStatistic
Uses an independentStorelessUnivariateStatistic
instance for each component of a vector.
-