Documentation ¶
Overview ¶
Package tsragg provides aggregation functions (Sum, Mean, etc) that operate directly on etensor.Tensor data. See also agg package that operates on an IdxView of an etable.Table column.
Index ¶
- func Count(tsr etensor.Tensor) float64
- func Max(tsr etensor.Tensor) float64
- func Mean(tsr etensor.Tensor) float64
- func Min(tsr etensor.Tensor) float64
- func Prod(tsr etensor.Tensor) float64
- func Sem(tsr etensor.Tensor) float64
- func SemPop(tsr etensor.Tensor) float64
- func Std(tsr etensor.Tensor) float64
- func StdPop(tsr etensor.Tensor) float64
- func Sum(tsr etensor.Tensor) float64
- func SumSq(tsr etensor.Tensor) float64
- func Var(tsr etensor.Tensor) float64
- func VarPop(tsr etensor.Tensor) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Sem ¶
Sem returns the sample standard error of the mean of non-Null, non-NaN elements in given Tensor.
func SemPop ¶
SemPop returns the population standard error of the mean of non-Null, non-NaN elements in given Tensor.
func StdPop ¶
StdPop returns the population standard deviation of non-Null, non-NaN elements in given Tensor.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.