Statistical software tools inspired by R and written in C++
An R inspired statistical software toolkit of data types and functions written in C++.
Designed to offer familiar enough semantics with their R language counterparts to facilitate R knowledge and skills transfer into the C++ domain. My blog page libfbp.blogspot.com
structures | |||||
---|---|---|---|---|---|
[x] vector | [x] factor | [x] data_frame | [x] list | [ ] matrix | [ ] |
types | |||||
---|---|---|---|---|---|
[x] complex | [ ] | [ ] | [ ] | [ ] | [ ] |
[x] date | [ ] POSIXct | [ ] POSIXlt | [ ] | [ ] | [ ] |
functions | ||||||
---|---|---|---|---|---|---|
a | [x] as_dates | [x] as_string | [ ] | [ ] | [ ] | [ ] |
b | [ ] | [ ] | [ ] | [ ] | [ ] | [ ] |
c | [ ] | [ ] | [ ] colnames | [ ] | [ ] | [ ] |
f | [x] factor | [x] floor | [ ] | [ ] | [ ] | [ ] |
h | [x] head | [ ] | [ ] | [ ] | [ ] | [ ] |
m | [x] match | [x] match_all | [ ] | [ ] | [ ] | [ ] |
n | [x] names | [ ] ncol | [ ] nrow | [ ] | [ ] | [ ] |
r | [x] range | [x] read_csv | [x] rescale | [ ] | [ ] | [ ] |
s | [x] sort | [x] split | [ ] | [ ] | [ ] | [ ] |
t | [x] tail | [x] typeof | [ ] | [ ] | [ ] | [ ] |
u | [x] unique | [ ] | [ ] | [ ] | [ ] | [ ] |
main.cpp is your best place at the moment