GIS: Geographic information system (GIS) is a database containing geographic data combined with software tools for managing, analysing and visualising spatial and locational data.
cut(): How do you convert a numeric variable to categorical by grouping them?
cut()
. It is a damn useful function; commit it to your memory. See
this for more details.
Julia is a general-purpose and statistics-based programming langauge. It also supports R and Python packages. Here’s how the writers defined their vision ten years ago:
We want a language that’s open source, with a liberal license. We want the speed of C with the dynamism of Ruby. We want a language that’s homoiconic, with true macros like Lisp, but with obvious, familiar mathematical notation like Matlab. We want something as usable for general programming as Python, as easy for statistics as R, as natural for string processing as Perl, as powerful for linear algebra as Matlab, as good at gluing programs together as the shell. Something that is dirt simple to learn, yet keeps the most serious hackers happy. We want it interactive and we want it compiled.