DB Functions Library

Revision as of 15:56, 7 February 2024 by BFilstrup (talk | contribs) (Created page with "A library of functions used to create, read, update, examine and delete database tables. <div style="column-count:2;-moz-column-count:2;-webkit-column-count:2"> __TOC__ </div...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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.