|
|
(28 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>
| |
− | | |
− | :[[File:DB_Library_Top_Level.png|600px]]
| |
− | | |
− | You can download this library to here: [[media:DB Functions Library.ana]]
| |
− | | |
− | ==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»''.
| |
Enable comment auto-refresher