Miscellaneous

Probability

sdr.Q(x: ArrayLike) NDArray[float64]

Computes the CCDF of the standard normal distribution \(\mathcal{N}(0, 1)\)..

sdr.Qinv(p: ArrayLike) NDArray[float64]

Computes the inverse CCDF of the standard normal distribution \(\mathcal{N}(0, 1)\).

Data manipulation

sdr.pack(x: ArrayLike, bpe: int, ...) NDArray[int_]

Packs a binary array into an array with multiple bits per element.

sdr.unpack(x: ArrayLike, bpe: int, ...) NDArray[int_]

Unpacks an array with multiple bits per element into a binary array.

sdr.hexdump(data: ArrayLike | bytes, width: int = 16) str

Returns a hexdump of the specified data.


Last update: Mar 09, 2024