sf.math.convolve_probs_1d¶
- math.convolve_probs_1d(other_probs)¶
Convolution of a joint probability with a list of single-index probabilities.
- Return type:
ndarray[Tuple[int,...],Union[TypeVar(R,float16,float32,float64),TypeVar(C,complex64,complex128),TypeVar(Z,int16,int32,int64),TypeVar(N,uint16,uint32,uint64)]]
code/api/mrmustard.math.convolve_probs_1d
Download Python script
Download Notebook
View on GitHub