org.matheclipse.core.stat.descriptive
Interface SymbolicUnivariateStatistic
-
- All Known Subinterfaces:
- StorelessSymbolicUnivariateStatistic
- All Known Implementing Classes:
- AbstractSymbolicStorelessUnivariateStatistic, SymbolicGeometricMean, SymbolicProduct, SymbolicSum, SymbolicSumOfLogs
public interface SymbolicUnivariateStatisticBase interface implemented by all symbolic statistics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description IExprevaluate(IAST values)Returns the result of evaluating the statistic over the input array.IExprevaluate(IAST values, int begin, int length)Returns the result of evaluating the statistic over the specified entries in the input array.
-
-
-
Method Detail
-
evaluate
IExpr evaluate(IAST values)
Returns the result of evaluating the statistic over the input array.- Parameters:
values- input array- Returns:
- the value of the statistic applied to the input array
-
evaluate
IExpr evaluate(IAST values, int begin, int length)
Returns the result of evaluating the statistic over the specified entries in the input array.- Parameters:
values- the input arraybegin- the index of the first element to includelength- the number of elements to include- Returns:
- the value of the statistic applied to the included array entries
-
-
DMelt 3.0 © DataMelt by jWork.ORG