GAA-UAM / scikit-fda

Functional Data Analysis Python package
https://fda.readthedocs.io
BSD 3-Clause "New" or "Revised" License
308 stars 58 forks source link

Change ddof argument to correction in var and cov #576

Closed pcuestas closed 1 year ago

pcuestas commented 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