Skip to content

Commit 892572a

Browse files
authored
Correct stats entry in libraries.conf
fixed quotation marks
1 parent ca85746 commit 892572a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libraries.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ Secondly, it means not having to carry around external files (like CSV or GIS da
276276
name: "Stats"
277277
codeName: "stats"
278278
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.
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.
280280

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."
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."""
282282
version: "3.0.0"
283283
homepage: "https://github.com/cstaelin/Stats-Extension"
284284
}

0 commit comments

Comments
 (0)