Core API¶
Protocols¶
Base classes¶
- class ttstatistics.core.collection.Collection¶
- class ttstatistics.core.group.Group¶
Hello world
Operations¶
- class ttstatistics.core.slice.Slice¶
- __init__()¶
- copy()¶
- classmethod fromList(listing)¶
- classmethod fromSlice(slicing)¶
- Parameters:
slicing (slice)
- next()¶
- Return type:
bool
- previous()¶
- Return type:
bool
macro operations¶
- ttstatistics.core.operations.macro.basePerformOnGroup(bag, operation, combineor)¶
- ttstatistics.core.operations.macro.perform(pool, function)¶
- ttstatistics.core.operations.macro.regularOnGroup(bag, operation)¶
micro operations¶
- ttstatistics.core.operations.micro.add(a, b, /)¶
Same as a + b.
- ttstatistics.core.operations.micro.ceil(x, /)¶
Return the ceiling of x as an Integral.
This is the smallest integer >= x.
- ttstatistics.core.operations.micro.div(a, b, /)¶
Same as a / b.
- ttstatistics.core.operations.micro.floor(x, /)¶
Return the floor of x as an Integral.
This is the largest integer <= x.
- ttstatistics.core.operations.micro.floorDiv(a, b, /)¶
Same as a // b.
- ttstatistics.core.operations.micro.mod(a, b, /)¶
Same as a % b.
- ttstatistics.core.operations.micro.mul(a, b, /)¶
Same as a * b.
- ttstatistics.core.operations.micro.sub(a, b, /)¶
Same as a - b.
Combinations¶
- ttstatistics.core.operations.combinations._regular.RegularCombination¶
alias of
RegularCombinationImpl
- ttstatistics.core.operations.combinations._selective.Selective¶
alias of
SelectiveImpl