kmb266 / cs5150-basketball-project

A basketball stats program created by a CS 5150 team during the Spring 2018 semester
0 stars 0 forks source link

Formula? #9

Open dbr96 opened 6 years ago

dbr96 commented 6 years ago

https://github.com/kmb266/cs5150-basketball-project/blob/37a68d206d91ba7208e61c851fe2e65c8e60493b/app/advanced_stat.py#L274

I think this is wrong. 1-a1 is in () but a1 should be by q12 and then 1 minus that. I think it should read 1-a1q12 or 1-(a1*q12). that make sense?

kmb266 commented 6 years ago

Yes. will change