Skip to content

Commit 66ee0ad

Browse files
cstaelinTheBizzle
authored andcommitted
Update stats extension to version 3.0.1
The new version has minor changes in the documentation of the extension.
1 parent c0d7383 commit 66ee0ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Secondly, it means not having to carry around external files (like CSV or GIS da
279279
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.
280280

281281
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"
282+
version: "3.0.1"
283283
homepage: "https://github.com/cstaelin/Stats-Extension"
284284
}
285285
{

0 commit comments

Comments
 (0)