cl-ana
cl-ana copied to clipboard
Free (GPL) Common Lisp data analysis library with emphasis on modularity and conceptual clarity.
Hi, Thanks for making this tool. I find that ``` (cl-ana::draw #'log) ``` output a straight line, which is not correct. Please check the attached pdf. [draw-log.pdf](https://github.com/ghollisjr/cl-ana/files/5790166/draw-log.pdf)
I am preparing to propose some functionality I have copied from [numpy](https://www.numpy.org/), and [pandas](http://pandas.pydata.org), but I'm unsure which packages they belong in. I believe this may be new areas of...
I realize I'm hitting all kinds of edge cases because I'm currently only working with in-memory data sets. I have introduced bugs into my code a couple times now because...
It is a common idiom in Common Lisp for predicates to end in `p` as in `listp` or `-p` as in `hash-table-p`. I was reviewing some of the `makeres` code,...
I have just stumbled upon [numcl](https://github.com/numcl/numcl), a clone of [numpy](https://www.numpy.org/), which -- as I understand it -- is the de facto standard for scientific computing, possibly in any language. It...
I am unfamiliar with gnuplot. I was able to get plots by specifying the `:file` keyword in the `cl-ana.plotting` package, but the `cl-ana.table-viewing` package doesn't allow users to pass this...
The HDF5 functions don't seem to currently support string datatypes. - The `+H5T-STRING` class is not being checked in `hdf-type->typespec` in `hdf-typespec`, preventing loading anything with a `string` field at...
Thank you for developing cl-ana package. I am on Debian GNU/Linux. For the required package: HDF5 and GSL, could I just install from Debian package manager the following packages: hdf5-tools...