Reweight the contents in all nested aggregators by a scalar factor, as though they had been filled with a different weight.
Reweight the contents in all nested aggregators by a scalar factor, as though they had been filled with a different weight.
If the container is mutable (with org.dianahep.histogrammar.Aggregation), the new one will be, too.
The original is unaffected.
Add two containers of the same type.
Add two containers of the same type.
If these containers are mutable (with org.dianahep.histogrammar.Aggregation), the new one will be, too.
The originals are unaffected.
Cast the container to a given type.
Cast the container to a given type. Especially useful for containers reconstructed from JSON or stored in org.dianahep.histogrammar.UntypedLabeling/org.dianahep.histogrammar.UntypedLabeled.
List of sub-aggregators, to make it possible to walk the tree.
Copy this container, making a clone with no reference to the original.
Copy this container, making a clone with no reference to the original.
If these containers are mutable (with org.dianahep.histogrammar.Aggregation), the new one will be, too.
Weighted number of entries (sum of all observed weights).
Reference to the container's factory for runtime reflection.
Optional name given to the quantity function, passed for bookkeeping.
Optional name given to the quantity function, passed for bookkeeping.
The sum of weight times quantity over all entries.
Convert any Container into a NoAggregation Container.
Convert any Container into a NoAggregation Container.
Convert this container to JSON (dropping its fill
method, making it immutable).
Convert this container to JSON (dropping its fill
method, making it immutable).
Note that the org.dianahep.histogrammar.json.Json object has a stringify
method to serialize.
Used internally to convert the container to JSON without its "type"
header.
Create an empty container with the same parameters as this one.
Create an empty container with the same parameters as this one.
If this container is mutable (with org.dianahep.histogrammar.Aggregation), the new one will be, too.
The original is unaffected.
An accumulated weighted sum of a given quantity.
Use the factory org.dianahep.histogrammar.Sum to construct an instance.