DB Functions Library

Revision as of 15:59, 7 February 2024 by BFilstrup (talk | contribs)

A library of functions used to create, read, update, examine and delete database tables.

DB Library Top Level.png

Header

Text:

Normal(10, 2, over: K)

Text:

Uniform(0, 10, over: I, J, K)

Header

Text:

Index K := ['A', 'B', 'C']
Variable Xmean := Table(K)(10, 11, 12)
Variable X := Normal(Xmean, 2)

Text:

Variable Ysd := Table(K)(2, 3, 4)
Variable Y := Normal(Xmean, Ysdeviation)

Text

Text

Header

Example: To generate a lognormal distribution with a 0.8 rank correlation with Z, use:

Note: If you have a non-default SampleWeighting of points, the weighted rank correlation might differ from «rc».

Comments


You are not allowed to post comments.