buffalo_core.typing.FloatArray

buffalo_core.typing.FloatArray

NumPy array with float64 dtype.

Use this alias for array-only parameters and return values whose normalized representation should remain a float64 NumPy array.

alias of ndarray[tuple[int, …], dtype[float64]]