-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mtc: Optimal frequency regression #136
base: master
Are you sure you want to change the base?
Conversation
|
||
class Regression { | ||
public: | ||
Regression(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like this setup. I may rewrite it for times sake.
comment out function calls until class properly defined
Codecov Report
@@ Coverage Diff @@
## master #136 +/- ##
==========================================
- Coverage 34.01% 33.75% -0.27%
==========================================
Files 67 68 +1
Lines 3545 3573 +28
==========================================
Hits 1206 1206
- Misses 2339 2367 +28
Continue to review full report at Codecov.
|
Implement linear regression to calculate coefficients for f-v curve