CombinedCumulant

class CombinedCumulant(cumulants: Set[pandemonium.cumulants.Cumulant], weights: torch.Tensor = None)

Bases: pandemonium.cumulants.Cumulant

A weighted sum of multiple cumulants.

Methods Summary

__call__(self, \*args, \*\*kwargs)

Call self as a function.

Methods Documentation

__call__(self, \*args, \*\*kwargs)

Call self as a function.