0

pandas is using "Sample Concept" where divisor is (N-1) as stated here cov method while I need to calculate it for a population so divisor is (N) not (N-1).

How could I do this? Currently, I multiply output by (N-1)/(N)

Sample vs Population Formula

Maged
  • 818
  • 1
  • 8
  • 17

1 Answers1

0

It is an open request on Pandas Github #28823. This means there is no answer in here, you may follow the case on Github.

furkanayd
  • 811
  • 7
  • 19