Skip to content
Merged

7.0 #74

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions libraries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ If you’d like to know more about matrices and how they can be used, you might
version: "2.1.0"
homepage: "https://docs.netlogo.org/7.0.0-beta2/palette.html"
}
{
name: "Pathdir"
codeName: "pathdir"
shortDescription: "Some useful operations on files and directories"
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."
version: "5.0.0"
homepage: "https://github.com/cstaelin/Pathdir-Extension"
}
{
name: "Physics"
codeName: "phys"
Expand Down Expand Up @@ -264,6 +272,16 @@ Secondly, it means not having to carry around external files (like CSV or GIS da
version: "1.2.0"
homepage: "https://docs.netlogo.org/7.0.0-beta2/sound.html"
}
{
name: "Stats"
codeName: "stats"
shortDescription: "Facilitates the analysis of collected data and provides some less common probability distributions"
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.

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."""
version: "3.0.0"
homepage: "https://github.com/cstaelin/Stats-Extension"
}
{
name: "Store"
codeName: "store"
Expand Down
Binary file added pathdir-5.0.0.zip
Binary file not shown.
Binary file added stats-3.0.0.zip
Binary file not shown.