--- title: "Statistical Functions for Archive" type: "article" slug: "statistical-functions-for-archive" url: "http://localhost/article/statistical-functions-for-archive/" markdown_url: "http://localhost/article/statistical-functions-for-archive.md" published_at: "2026-01-20T21:27:43+00:00" modified_at: "2026-01-20T21:27:44+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Archive, like Superbasic, is an extendable language through user defined procedures. While Archive does not have any built-in statistical functions, these can easily be added. The following procedures let you calculate the mean, standard deviation and coefficient of variation for any numerical field in your data base." category: - name: "CATS Newsletter" slug: "cats-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/cats-newsletter/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "Tom Robbins" slug: "tom-robbins" taxonomy: "indiv" url: "http://localhost/indiv/tom-robbins/" publication_r: id: 35941 title: "CATS Newsletter" type: "periodical" url: "http://localhost/periodical/cats-newsletter/" volume: "7" issue: "9" issues_articles: - id: 38905 title: "CATS v7 n9" type: "issue" url: "http://localhost/issue/cats-v7-n9/" pages: "9" pubdate: "January 1990" archive_link: false --- # Statistical Functions for Archive Archive, like Superbasic, is an extendable language through user defined procedures. While Archive does not have any built-in statistical functions, these can easily be added. The following procedures let you calculate the mean, standard deviation and coefficient of variation for any numerical field in your data base.