We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
beta is calculated as: beta = stock_cov / market_variance where: stock_cov = market.corr(coca)
But it should be: stock_cov = market.cov(coca)
Activity