;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; This file is part of "NOVA": NOVA = search + COCOMO tools ; Copyright, 2008, Tim Menzies tim@menzies.us ; ; NOVA is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later version. ; ; NOVA is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; You should have received a copy of the GNU General Public License ; a long with NOVA. If not, see . ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package :cl-user) (defpackage :wvu-lib.tricks (:use :cl) (:export ;;f-value :f-value ;;nemenyi-critical-value :nemenyi-critical-value ;;lib :reset-seed :park-miller-randomizer :my-random :my-random-int :*white-space* :string-trim-whitespace :line :line-x1 :line-y1 :line-x2 :line-y2 :line-m :line-b :line-verticalp :point-to-line :line-y :interpolate :interpolates :insert-delim :as-list :transpose :geta :puta :pusha :popa :subset-compare :move-elt :move-elts :switch-elt :switch-elts :array2matrix :count-items :numlimit :date-stamp :noop :my-getenv :euclidean :chars :sym :precision-digits :expand-range :unless-timeout :sum :mean :stdev-from-list :stdev :median :spread :quartiles :ttest-from-lists :ttest :tcritical :mann-whitney :mann-whitney-compare :friedman-test :nemenyi-critical-difference :dist :make-dist :dist-compare :as-dist :dist-adds :dist-mean :dist-sd :dist-add :dist-sort :distogram :quartile-chart :rank ;;registry :defregistry ;;lookup-table :invalid-positions :lookup-table :lookup-value-from-table :check-positions :lookup-value-from-table-validated-positions :array-based-lookup-table :make-array-based-lookup-table :function-based-lookup-table :compute-effective-function-based-lookup-table-function-parameter-list :lookup-value-from-table-with-validated-positions :make-function-based-lookup-table ;;sockets :nslookup :tcp-server :tcp-accept :tcp-connect ))