- ,
- read- data-file
- (** base-number power-number)
- (* &rest numbers)
- (+ &rest numbers)
- (- number &rest more-numbers)
- (/ number &rest more-numbers)
- (/= &rest numbers)
- (> &rest numbers)
- (> = &rest numbers)
- (< &rest numbers)
- (< = &rest numbers)
- (%* a b)
- (= &rest numbers)
- (abs number)
- (acos number)
- (alloc number)
- (and {form}*)
- (append &rest lists)
- (apply function &rest args)
- (apropos string)
- (apropos-list string)
- (aref array &rest subscripts)
- (array-dimension array)
- (array-dimensions array)
- (array-in-bounds-p array &rest subscripts)
- (array-rank array)
- (array-row-major-index array &rest subscripts)
- (array-total-size array)
- (arrayp x)
- (asin number)
- (assoc item alist &key (test (function eql)) test-not)
- (atan number)
- (atom x)
- (beta-cdf x alpha beta)
- (beta-dens x alpha beta)
- (beta-quant p alpha beta)
- (beta-rand n a b)
- (bind-columns &rest args)
- (bind-rows &rest args)
- (binomial-cdf x n p)
- (binomial-pmf k n p)
- (binomial-quant x n p)
- (binomial-rand k n p)
- (boundp symbol)
- (boxplot data &key (title "Box Plot"))
- (boxplot-x x data &key (title "Box Plot"))
- (car list)
- (case keyform {({key | ({key}*)} {form}*)}*)
- (cauchy-cdf x)
- (cauchy-dens x)
- (cauchy-quant p)
- (cauchy-rand n)
- (cdr list)
- (ceiling number)
- (chisq-cdf x df)
- (chisq-dens x alpha)
- (chisq-quant p df)
- (chisq-rand n df)
- (chol-decomp a)
- (close stream)
- (close-all-plots)
- (coerce x type)
- (column-list m)
- (complex realpart &optional (imagpart 0))
- (cond { (test {form}*) }*)
- (conjugate number)
- (cons x y)
- (consp x)
- (copy-array array)
- (copy-list list)
- (copy-vector vector)
- (cos radians)
- (count-elements number &rest more-numbers)
- (covariance-matrix &rest args)
- (cross-product x)
- (debug)
- (def var form)
- (defmacro name defmacro-lambda-list [doc] {form}*)
- (defun name lambda-list [doc] {form}*)
- (determinant m)
- (diagonal x)
- (difference x)
- (do ({(var [init [step]])}*) (endtest {result}*) {tag |
statement}*)
- (do* ({(var [init [step]])}*) (endtest {result}*) {tag |
statement}*)
- (dolist (var listform [result]) {tag | statement}*)
- (dotimes (var countform [result]) {tag | statement}*)
- (elt a &rest indices)
- (eq x y)
- (eql x y)
- (equal x y)
- (equalp x y)
- (exit)
- (exp x)
- (expand number)
- (expt base-number power-number)
- (f-cdf x ndf ddf)
- (f-dens x ndf ddf)
- (f-quant p ndf ddf)
- (f-rand n d)
- (fivnum number-data)
- (float number)
- (floor number)
- (format destination control &rest args)
- (funcall function &rest arguments)
- (gamma-cdf x alpha)
- (gamma-dens x alpha)
- (gamma-quant p alpha)
- (gamma-rand n a)
- (gc)
- (getf place indicator &optional default)
- (help* string)
- (help &optional symbol)
- (histogram data &key (title "Histogram"))
- (identity x)
- (identity-matrix n)
- (if test then [else])
- (imagpart number)
- (inner-product x y)
- (interquartile-range number-data)
- (inverse m)
- (iseq n m)
- (last list)
- (length sequence)
- (let ({var | (var [value])}*) {form}*)
- (let* ({var | (var [value])}*) {form}*)
- (link-views &rest plots)
- (list &rest args)
- (listp x)
- (load filename &key (verbose t) (print nil))
- (log number)
- (log-gamma x)
- (lu-decomp a)
- (lu-solve lu b)
- (make-list size &key (initial-element nil))
- (make-sweep-matrix x y &optional weights)
- (map result-type function sequence &rest more-sequences)
- (map-elements function data &rest more-data)
- (mapc fun list &rest more-lists)
- (mapcar fun list &rest more-lists)
- (mapl fun list &rest more-lists)
- (maplist fun list &rest more-lists)
- (matmult a b)
- (matrix dim data)
- (matrixp m)
- (max number &rest more-numbers)
- (mean x)
- (median x)
- (member item list &key (test (function eql)) test-not)
- (min number &rest more-numbers)
- (name-list names &key (title "Name List"))
- (nodebug)
- (normal-cdf x)
- (normal-dens x)
- (normal-quant p)
- (normal-rand n)
- (not item)
- (nth n list)
- (nthcdr n list)
- (null x)
- (numberp x)
- (objectp x)
- (open fname &key (direction :input))
- (order x)
- (or {form}*)
- (outer-product x y &optional (fcn (function *)))
- (permute-array a p)
- (phase number)
- (plot-function f xmin xmax &optional (num-points 50))
- (plot-lines x y &key (title "Line Plot") variable-labels)
- (plot-points x y &key (title "Scatter Plot") variable-labels point-labels)
- (pmax &rest items)
- (pmin &rest items)
- (poisson-cdf x mu)
- (poisson-pmf k mu)
- (poisson-quant x mu)
- (poisson-rand k mu)
- (prin1 object &optional (stream *standard-output*))
- (princ object &optional (stream *standard-output*))
- (print object &optional (stream *standard-output*))
- (probability-plot data &key (distribution-function (function normal-cdf)) (title "Probability Plot") point-labels)
- (prod &rest number-data)
- (prog ({var | (var [init])}*) {tag | statement}*)
- (prog* ({var | (var [init])}*) {tag | statement}*)
- (prog1 first {form}*)
- (prog2 first second {forms}*)
- (progn {form}*)
- (provide name)
- (qr-decomp a)
- (quantile x p)
- (quantile-plot data &key (quantile-function (function normal-quant)) (title "Quantile Plot") point-labels)
- (random number)
- (rank x)
- (rcondest a)
- (read-data-columns file cols)
- (read-data-file file)
- (read &optional (stream *standard-input*) (eof-value nil) (recursivep nil))
- (realpart number)
- (reduce function sequence &key initial-value)
- (regression-model x y &key (intercept t) (print t) (weights nil))
- (rem x y)
- (remove item list &key (test (function eql)) test-not)
- (remove-if test list)
- (remove-if-not test list)
- (repeat vals times)
- (require name)
- (return [result])
- (reverse list)
- (room)
- (round number)
- (row-list m)
- (rseq a b num)
- (save file)
- (scatterplot-matrix data &key (title "Spinning Plot") variable-labels point-labels (scale t))
- (select a &rest indices)
- (set symbol value)
- (setf {place newvalue}*)
- (setq {var form}*)
- (sin radians)
- (solve a b)
- (sort-data sequence)
- (spin-function f xmin xmax ymin ymax &optional (num-points 6))
- (spin-plot data &key (title "Spinning Plot") variable-labels point-labels (scale t))
- (split-list list cols)
- (sqrt number)
- (standard-deviation x)
- (string sym)
- (stringp x)
- (sublis alist tree &key (test (function eql)) test-not)
- (subst new old tree &key (test (function eql)) test-not)
- (sum &rest number-data)
,
- (sv-decomp a)
- (sweep-operator a indices &optional tolerances)
- (symbol-name symbol)
- (symbol-plist symbol)
- (symbol-value symbol)
- (symbolp x)
- (t-cdf x df)
- (t-dens x alpha)
- (t-quant p df)
- (t-rand n d)
- (tan radians)
- (terpri &optional (stream *standard-output*))
- (time form)
- (transpose m)
- (truncate number)
- (type-of x)
- (undef symbol)
- (uniform-rand n)
- (unless test {form}*)
- (unlink-views &rest plots)
- (unwind-protect protected-form {cleanup-form}*)