Closed pcuestas closed 1 year ago
Modify the var and cov functions so that the ddof (Delta Degrees of Freedom) parameter is renamed to correction, to match the Array API Standard: https://data-apis.org/array-api/latest/API_specification/generated/array_api.var.html
var
cov
ddof
correction
Modify the
var
andcov
functions so that theddof
(Delta Degrees of Freedom) parameter is renamed tocorrection
, to match the Array API Standard: https://data-apis.org/array-api/latest/API_specification/generated/array_api.var.html