Union of 1D arrays with unique elements.
Use unique1d() to generate arrays with only unique elements to use as inputs to this function.
ar1 : array_like, shape(M,)
Input array.
ar2 : array_like, shape(N,)
union : ndarray
Unique union of input arrays.
See also
numpy.setxor1d
Window functions