blob: 7ab014e77df9ad41cd666455317a655c35807ba2 (
plain)
1
2
3
4
5
|
``dtype`` option for `cov` and `corrcoef`
----------------------------------------------------
The ``dtype`` option is now available for `numpy.cov` and `numpy.corrcoef`.
It specifies which data-type the returned result should have.
By default the functions still return a `numpy.float64` result.
|