emacs.d/clones/lisp/www.cliki.net/cl-ana.html
2022-10-07 15:47:14 +02:00

63 lines
No EOL
4.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: cl-ana</title>
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
href="https://www.cliki.net/site/feed/article.atom?title=cl-ana">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - cl-ana</span>
<div id="content"><div id="content-area"><div id="article-title">cl-ana</div><div id="article"><a href="https://github.com/ghollisjr/cl-ana">cl-ana</a> aims to provide the basic tools necessary to analyze large/medium-large datasets.<p>The <a href="https://github.com/ghollisjr/cl-ana/wiki">wiki</a> serves as the manual/tutorial for cl-ana.<p>cl-ana is highly modular, and is intended to be an extensible collection of <a href="utilities.html" class="category">utilities</a> as opposed to a monolithic application<p>Supported so far:<p><ul>
<li>
<b>Tabular data</b>: Provides unified interface for working with HDF5, ntuples (like PAW from CERN), CSVs (using <a href="cl-csv.html" class="internal">cl-csv</a>), and new <a href="data&#32;formats.html" class="internal">formats</a> can be added via specializing on generic functions.</li>
<li>
<b>Histogramming/Binned data analysis</b>: Contiguous, sparse and categorical histograms are provided along with integration/projection along any axes of the histogram, slicing, arithmetic, and functional access (map, filter, reduce).</li>
<li>
<b>Plotting</b>: <a href="http://www.gnuplot.info/">gnuplot</a> is used for <a href="plotting.html" class="category">plotting</a>/visualization; supports plotting LISP functions, formulae as strings, alists, histograms, and can be extended.</li>
<li>
<b>Fitting</b>: Nonlinear least squares fitting is handled via a frontend to <a href="gsll.html" class="internal">gsll</a>; allows LISP functions to be fitted against alists, histograms and can be extended to allow other data sources.</li>
<li>
<b>Generic <a href="mathematics.html" class="category">mathematics</a>:</b> CL doesn't come with extensible math functions/operations, so generic versions are provided. On top of this is built e.g. the tensor sublibrary, which treats nested sequences of arbitrary depth as tensors, and defines element-wise functions for all of the generic math functions you create automatically (think matlab). Also included are utilities for error propogation and quantities (numbers with <a href="units.html" class="category">units</a>).</li>
</ul><p><hr>
<a href="statistics.html" class="category">statistics</a> <a href="language&#32;extension.html" class="category">language extension</a></div></div>
<div id="footer" class="buttonbar"><ul><li><a href="cl-ana.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=cl-ana">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=cl-ana">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=cl-ana&amp;from-revision=3799114591">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
</div>
<div id="header-buttons" class="buttonbar">
<ul>
<li><a href="https://www.cliki.net/">Home</a></li>
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
<li><a href="CLiki.html">About</a></li>
<li><a href="Text&#32;Formatting.html">Text Formatting</a></li>
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
</ul>
<div id="search">
<form action="https://www.cliki.net/site/search">
<label for="search_query" class="hidden">Search CLiki</label>
<input type="text" name="query" id="search_query" value="" />
<input type="submit" value="search" />
</form>
</div>
</div>
<div id="pageheader">
<div id="header">
<span id="logo">CLiki</span>
<span id="slogan">the common lisp wiki</span>
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
<label for="login_name" class="hidden">Account name</label>
<input type="text" name="name" id="login_name" class="login_input" />
<label for= "login_password" class="hidden">Password</label>
<input type="password" name="password" id="login_password" class="login_input" />
<input type="submit" name="login" value="login" id="login_submit" /><br />
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
</form>
</div>
</div>
</div>
</body></html>