New pages
From Rave Documentation
- 15:42, 10 January 2015 List of functions that add rows to the data set (hist) [808 bytes] Admin (Talk | contribs) (Created page with "This page lists all Rave functions that can add rows to a data set. If you add a new feature (e.g. field of handles) that needs to grow any time rows are added, you need t...")
- 14:35, 9 January 2015 Optimization animation preferences (hist) [1,710 bytes] Admin (Talk | contribs) (Created page with "This page describes (some of) the preferences related to optimizer animation. ==Pause between iterations== Checking this box causes the optimizer to pause after each "ite...")
- 16:38, 4 November 2014 Optimizer animation settings (hist) [950 bytes] Admin (Talk | contribs) (Created page with " ==Pause between iterations until mouse/key is pressed== This option is intended to be used in a classroom setting in which you are trying to describe the behavior of the opti...")
- 10:27, 17 October 2014 Coding with raveevaluatefunction (hist) [682 bytes] Admin (Talk | contribs) (Created page with "This page describes the format of the outputs of raveevaluatefunction, particularly the format of the outputs when working with random variables. Raveevaluatefunction ha...")
- 12:56, 14 October 2014 Coding distributions for use in Rave (hist) [3,540 bytes] Matt (Talk | contribs) (Created page with "To create a new distribution, make a new folder under rave\distributions\ whose name is the KEYWORD that identifies your distribution. See below for the limitations on how you...")
- 12:05, 13 November 2013 Data sets and analyses (hist) [1,824 bytes] Admin (Talk | contribs) (Created page with "Rave uses two parallel mechanisms to store your information: Data sets and Analyses. Each of these is described on its own page. The summary is: *'''Data sets''...")
- 11:36, 13 November 2013 Selecting data (hist) [2,085 bytes] Admin (Talk | contribs) (Created page with "Many discrete visualizations let you select data by clicking on the visualization. The effect of selecting data is to highlight the selected data in a different color in order...") originally created as "Selecting Data"
- 15:41, 8 November 2013 Filtering data (hist) [1,174 bytes] Admin (Talk | contribs) (Created page with "The default row state is "unfiltered". Each variable has an associated filter control: *For continuous variables, the filter control defines an upper and lower limit on the ra...") originally created as "Filtering Data"
- 11:02, 17 October 2013 Non-deterministic user-supplied functions (hist) [1,248 bytes] Admin (Talk | contribs) (Created page with "Rave provides a random variable capability that you can use to define and parameterize random variables, generate samples from these variables' distributions, and use ...")
- 14:31, 11 October 2013 Coding explore methods (hist) [7,282 bytes] Admin (Talk | contribs) (Created page with "=Introduction= An "explore method" is a customization that can be applied to a workspace object to specialize it in some way. Yes, that is a vague definition. More importantly...")
- 15:50, 19 September 2013 Random variable (hist) [11 bytes] Admin (Talk | contribs) (Created page with "coming soon")
- 15:43, 19 September 2013 Main table java stuff (hist) [1,473 bytes] Admin (Talk | contribs) (Created page with "The main table is based on the Oracle "table sorter" example file. This is in the RaveTableSorter.java file. =Renderers= Each "type of column" has its own renderer. Java...")
- 19:21, 7 September 2013 Workspace context menu (hist) [98 bytes] Matt (Talk | contribs) (Created page with "The workspace context menu is displayed by right clicking an empty place on the workspace.")
- 10:41, 23 August 2013 Analyses (hist) [3,135 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:40, 23 August 2013 Tabbed controls (hist) [14 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:40, 23 August 2013 Main table (hist) [14 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:39, 23 August 2013 Draw tab (hist) [14 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:39, 23 August 2013 Row tab (hist) [14 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:39, 23 August 2013 Sample tab (hist) [14 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:39, 23 August 2013 Optimize tab (hist) [13,874 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:38, 23 August 2013 Constrain tab (hist) [14 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:38, 23 August 2013 Model tab (hist) [14 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:38, 23 August 2013 Export tab (hist) [14 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:38, 23 August 2013 Specialize tab (hist) [14 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:38, 23 August 2013 Manage tab (hist) [14 bytes] Admin (Talk | contribs) (Created page with "=Introduction=")
- 10:27, 23 August 2013 Preferences (hist) [1,313 bytes] Admin (Talk | contribs) (Created page with "''Not to be confused with: Rave preferences'' '''Preferences''' are a set of scalar values associated with each data set such that: *Each variable in the data set...")
- 09:19, 23 August 2013 Vectorized functions (hist) [1,233 bytes] Admin (Talk | contribs) (Created page with "A '''vectorized function''' is a basic MATLAB coding concept. It refers to a function that operates on each element of an array independently, rather than treating the array a...")
- 17:53, 22 August 2013 Rave's user interface (hist) [249 bytes] Admin (Talk | contribs) (Created page with "This page describes the major elements of Rave's user interface. Follow the links below for details about the individual parts When you open Rave, the user interface will be...")
- 17:45, 22 August 2013 What is Rave? (hist) [1,168 bytes] Admin (Talk | contribs) (Created page with "Rave is: *...a MATLAB toolbox: You need MATLAB to use Rave. *...a Data Visualization program: Rave does data visualization as well as any commercially available software. *......")
- 17:31, 22 August 2013 Surrogate modeling (hist) [892 bytes] Admin (Talk | contribs) (Created page with "'''Surrogate modeling''' refers to the process of creating a function from data that approximates the relation underlying the data. For example if you have a data set with two...")
- 17:02, 22 August 2013 User-Supplied Plain Text Function Formats (hist) [3,608 bytes] Admin (Talk | contribs) (Created page with "Rave can load simple "plain text" functions that meet the following criteria: *The function calculates a single output variable. It may have any number of input variables. *...")
- 16:41, 22 August 2013 Will my data and functions work with Rave? (hist) [2,331 bytes] Admin (Talk | contribs) (Created page with "Rave supports "flat file" type data sets, i.e. data that can be represented as a table in which each column contains a variable and each row contains a set of observations of ...")
- 16:22, 22 August 2013 Rave Preferences for Developers (hist) [4,136 bytes] Admin (Talk | contribs) (Created page with " =Preference Names and Values= This section lists each preference and explains what it does and the required format for its values. ==Preferences that control the appearance ...")
- 16:12, 22 August 2013 Format tab (hist) [2,739 bytes] Admin (Talk | contribs) (Created page with "The '''Format Tab''' is one of the three tabs that determine the appearance of workspace objects. The other two are the Format Tab and the Specialize Tab. Generally t...") originally created as "Format Tab"
- 16:04, 22 August 2013 View tab (hist) [2,680 bytes] Admin (Talk | contribs) (Created page with "The '''View Tab''' is one of the three tabs that determine the appearance of workspace objects. The other two are the Format Tab and the Specialize Tab. Generally the...") originally created as "View Tab"
- 15:57, 22 August 2013 Independent variables (hist) [1,112 bytes] Admin (Talk | contribs) (Created page with "'''Independent Variables''' are one of the three variable types used by Rave. The other two are: *Functional variables *Random variables Independent variables are...")
- 15:52, 22 August 2013 Variable types (hist) [190 bytes] Admin (Talk | contribs) (Created page with "Rave distinguishes three types of variables: *Independent variables *[Functional variables]] *Random Variables Not to be confused with Data types (continuous, dis...")
- 15:39, 22 August 2013 Functional variables (hist) [1,459 bytes] Admin (Talk | contribs) (Created page with "A '''functional variable''' is a variable whose value is calculated by a function. It is one of the three variable types in Rave, the others being: *Independent variable *...")
- 15:33, 22 August 2013 User-Supplied Matlab Function Formats (hist) [7,851 bytes] Admin (Talk | contribs) (Created page with " Rave can run any MATLAB function as long as it obeys some not-very-constraining rules about the function definition line, (i.e. the first line of the function). Otherwise,...")
- 10:47, 21 August 2013 Optimization (hist) [6,088 bytes] Admin (Talk | contribs) (Created page with "=Introduction= Rave offers an easy-to use interface for running optimizers from the Optimization Toolbox and the Global Optimization Toolbox, as well as some custom optimizers th...") originally created as "Introduction to Optimization"
- 16:25, 14 August 2013 Working with Random Variables (hist) [13,075 bytes] Admin (Talk | contribs) (Created page with "=Introduction= Random variables are useful for modeling uncertainty in a system. Unlike regular variable, which are defined by (deterministic) values, random variables are define...")