Skip to content

cstaelin/Stats-Extension

Repository files navigation

NetLogo stats Extension

Version 3.0 - July 2025 (for NetLogo v7)

What is it?

This package contains the NetLogo stats extension, which provides NetLogo with a tables for holding data gathered during runs, a number of statistical procedures to use on those data, and access to a number of useful distributions including the normal, students t, binomial, beta, gamma, and Chi squared distributions. Documentation of the features and use of the stats extension is found in the accompanying manual. Java source files, a manifest and makefile for those who want examine the code or modify the extension for their own purposes are available at https://github.com/cstaelin/Stats-Extension/releases.

back to top

Installation

To install this extension, simply put extensions [ stats ] as the first line of your model code (or add stats to the current extensions line) and NetLogo's Extension Manager should install it in the proper location.

http://ccl.northwestern.edu/netlogo/docs/extensions.html

back to top

Examples

See the stats.nlogox model for examples of usage.

back to top

Primitives

Descriptions of all the stats primitives and their uses are contained in the accompanying manual.

back to top

Author

Charles Staelin
Smith College
Northampton, MA 01063

Feedback? Bugs? Feature Requests?

Please visit the github issue tracker to submit comments, bug reports, or feature requests. I'm also more than willing to accept pull requests.

Credits

Many thanks to the NetLogo developers and the NetLogo user community for answering my questions and suggesting additional features.

Terms of Use

CC0

The NetLogo stats extension is in the public domain. To the extent possible under law, Charles Staelin has waived all copyright and related or neighboring rights. However, note that the external libraries may be subject to other license terms. For more information please refer to the licence.md file accompanying this release.

back to top

About

NetLogo stats extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages