mirror of
https://github.com/aicodix/dsp.git
synced 2026-04-27 22:35:45 +00:00
added simple linear regression
This commit is contained in:
parent
afdceec5cc
commit
beecb3bd2c
2 changed files with 56 additions and 0 deletions
|
|
@ -54,3 +54,7 @@ for (uint8_t c: std::string("Hello World!")) crc(c);
|
|||
assert(!crc(uint32_t(~0x1C291CA3)));
|
||||
```
|
||||
|
||||
### [regression.hh](regression.hh)
|
||||
|
||||
Implemented [Simple linear regression](https://en.wikipedia.org/wiki/Simple_linear_regression) for [Regression analysis](https://en.wikipedia.org/wiki/Regression_analysis) of data.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue