Difference between revisions of "DB Functions Library"

(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...")
 
Line 4: Line 4:
 
__TOC__
 
__TOC__
 
</div>
 
</div>
 +
 +
:[[File:DB_Library_Top_Level.png]]
  
 
==Header==
 
==Header==

Revision as of 15:59, 7 February 2024

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.