Uses of Interface
org.apache.commons.math3.util.MathArrays.Function
Packages that use MathArrays.Function
Package
Description
Generic univariate summary statistic objects.
Summary statistics based on moments.
Summary statistics based on ranks.
Other summary statistics.
Convenience routines and common data structures used throughout the commons-math library.
-
Uses of MathArrays.Function in org.apache.commons.math3.stat.descriptive
Subinterfaces of MathArrays.Function in org.apache.commons.math3.stat.descriptiveModifier and TypeInterfaceDescriptioninterfaceExtends the definition ofUnivariateStatisticwithStorelessUnivariateStatistic.increment(double)andStorelessUnivariateStatistic.incrementAll(double[])methods for adding values and updating internal state.interfaceBase interface implemented by all statistics.Classes in org.apache.commons.math3.stat.descriptive that implement MathArrays.FunctionModifier and TypeClassDescriptionclassAbstract implementation of theStorelessUnivariateStatisticinterface.classAbstract base class for all implementations of theUnivariateStatisticinterface. -
Uses of MathArrays.Function in org.apache.commons.math3.stat.descriptive.moment
Classes in org.apache.commons.math3.stat.descriptive.moment that implement MathArrays.FunctionModifier and TypeClassDescriptionclassReturns the geometric mean of the available values.classComputes the Kurtosis of the available values.classComputes the arithmetic mean of a set of values.classComputes a statistic related to the Second Central Moment.classComputes the semivariance of a set of values with respect to a given cutoff value.classComputes the skewness of the available values.classComputes the sample standard deviation.classComputes the variance of the available values. -
Uses of MathArrays.Function in org.apache.commons.math3.stat.descriptive.rank
Classes in org.apache.commons.math3.stat.descriptive.rank that implement MathArrays.FunctionModifier and TypeClassDescriptionclassReturns the maximum of the available values.classReturns the median of the available values.classReturns the minimum of the available values.classProvides percentile computation.classAStorelessUnivariateStatisticestimating percentiles using the invalid input: '<'ahref=http://www.cs.wustl.edu/~jain/papers/ftp/psqr.pdf>P2 Algorithm as explained by Raj Jain and Imrich Chlamtac in P2 Algorithm for Dynamic Calculation of Quantiles and Histogram Without Storing Observations. -
Uses of MathArrays.Function in org.apache.commons.math3.stat.descriptive.summary
Classes in org.apache.commons.math3.stat.descriptive.summary that implement MathArrays.FunctionModifier and TypeClassDescriptionclassReturns the product of the available values.classReturns the sum of the available values.classReturns the sum of the natural logs for this collection of values.classReturns the sum of the squares of the available values. -
Uses of MathArrays.Function in org.apache.commons.math3.util
Methods in org.apache.commons.math3.util with parameters of type MathArrays.FunctionModifier and TypeMethodDescriptiondoubleResizableDoubleArray.compute(MathArrays.Function f) Performs an operation on the addressable elements of the array.