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...")
 
(Redirected page to Database library)
Tag: New redirect
 
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A library of functions used to create, read, update, examine and delete database tables.
+
#REDIRECT [[Database library]]
 
 
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
 
__TOC__
 
</div>
 
 
 
==Header==
 
 
 
Text:
 
 
 
:<code>[[Normal]](10, 2, over: K)</code>
 
 
 
Text:
 
 
 
:<code>[[Uniform]](0, 10, over: I, J, K)</code>
 
 
 
==Header==
 
 
 
Text:
 
 
 
:<code>Index K := ['A', 'B', 'C']</code>
 
:<code>Variable Xmean := [[Table]](K)(10, 11, 12)</code>
 
:<code>Variable X := [[Normal]](Xmean, 2)</code>
 
 
 
Text:
 
 
 
:<code>Variable Ysd := [[Table]](K)(2, 3, 4)</code>
 
:<code>Variable Y := [[Normal]](Xmean, Ysdeviation)</code>
 
 
 
Text
 
 
 
Text
 
 
 
==Header==
 
 
 
'''Example:''' To generate a lognormal distribution with a 0.8 rank correlation with <code>Z</code>, use:
 
 
 
'''''Note:''' If you have a non-default '''[[SampleWeighting]]''' of points, the weighted rank correlation might differ from «rc»''.
 

Latest revision as of 03:33, 11 February 2024

Redirect to:

Comments


You are not allowed to post comments.