Generate Random Values |
How To... > Work with Collections > Generate Random Values Fathom has many built-in functions for generating random values. You can read about them in Random Functions, or in the help pane of the formula editor (open the list of functions, then the list of random functions; click on a specific function and information about it appears in the bottom of the formula editor).
If no value appears, you probably need to add one or more cases to the collection.
Tip: You can use functions and existing attributes as arguments in formulas. For example, if you want random numbers from a distribution with a mean and standard deviation of some attribute already in the collection, you can use mean(attributeName) and StdDev(attributeName)as arguments in the randomNormal function. For more examples of randomly generated data, see Have Fathom Randomly Generate Data, Probability of a Pair, Make a Coin-Flip Simulation, and Simulate Brownian Motion. |