Skip to content

Commit 6a9fe32

Browse files
authored
Pathdir/Stats: Add to listing
1 parent add76b7 commit 6a9fe32

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

libraries.conf

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ If you’d like to know more about matrices and how they can be used, you might
168168
version: "2.1.0"
169169
homepage: "https://docs.netlogo.org/7.0.0-beta2/palette.html"
170170
}
171+
{
172+
name: "Pathdir"
173+
codeName: "pathdir"
174+
shortDescription: "Some useful operations on files and directories"
175+
longDescription: "Pathdir provides tools for finding the name of the current model, the current working, user and model directories; creating, moving, renaming, identifying and deleting directories; and listing the contents of directories. Pathdir also allows one to find the size and modification date of files."
176+
version: "5.0.0"
177+
homepage: "https://github.com/cstaelin/Pathdir-Extension"
178+
}
171179
{
172180
name: "Physics"
173181
codeName: "phys"
@@ -264,6 +272,16 @@ Secondly, it means not having to carry around external files (like CSV or GIS da
264272
version: "1.2.0"
265273
homepage: "https://docs.netlogo.org/7.0.0-beta2/sound.html"
266274
}
275+
{
276+
name: "Stats"
277+
codeName: "stats"
278+
shortDescription: "Facilitates the analysis of collected data and provides some less common probability distributions"
279+
longDescription: """The stats extension provides basic statistical functions for data generated within NetLogo models. stats maintains an internal data table of observations on an arbitrary number of variables and allows the user to find such statistics for the data as means, medians, quartiles, percentiles, standard deviations, and variance-covariance and correlation matrices; to regress one or more variables on another; and to forecast the value of any variable into the future based on past observations. Regression statistics include R2, Adjusted R2, F and the probability of F, and for each of the coefficients, the standard error, T statistic and probability of the T statistic. stats also provides values of. and the areas under, the normal, log-normal, student, binomial, gamma, beta and Chi-Square distributions, and, for some, their inverses.
280+
281+
Although stats can be used to analyze the overall results of a run of a model, it is intended mostly for the use of smart agents who gather and analyze data in order to make decisions. Agents can maintain their private data tables, use tables shared as globals, or both."""
282+
version: "3.0.0"
283+
homepage: "https://github.com/cstaelin/Stats-Extension"
284+
}
267285
{
268286
name: "Store"
269287
codeName: "store"

pathdir-5.0.0.zip

31.1 KB
Binary file not shown.

stats-3.0.0.zip

865 KB
Binary file not shown.

0 commit comments

Comments
 (0)