milktrader
milktrader
Kernel density estimation, which basically smooths a histogram. - [ ] density
Cool, do you have it in a branch of your fork for others to take a peek at?
@rawls238 cool, go for it!
@BenjaminBorn yes, I think so. TimeModels has not been developed for some time now.
I agree @ararslan. I could move the package back to my repos and let it sit there until I have resources to develop it.
Yes, I think a big reason for dormant activity is because it's become too unwieldy.
Ok, thanks. Currently the data is being parsed through an awkward combination of non-general control flow. It works, but only for one value column and I'm not capturing the column...
Brain storm `readtable(s::String, time=true)` Where the first column is parsed as a Calendar object. Should I open an issue?
`read.zoo` in all its kwarg glory ``` R > args(read.zoo) function (file, format = "", tz = "", FUN = NULL, regular = FALSE, index.column = 1, drop = TRUE,...