pymc.math.concatenate#

pymc.math.concatenate(tensor_list, axis=0)[source]#

Alias for `join`(axis, *tensor_list).

This function is similar to join, but uses the signature of numpy’s concatenate function.

Raises:
TypeError

The tensor_list must be a tuple or list.