Skip to content

Commit

Permalink
docs: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
benwandrew committed Oct 18, 2023
1 parent dd0d133 commit 2aa68cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following table includes naming conventions used throughout AutoRA.
| Variables | A State field that holds experimental variables, which are defined according to name, type, units, allowed values, and range. | Experimentalists, Experiment Runners, Theorists |
| VariableCollection | Immutable metadata about dependent variables, independent variables, and covariates. | Experimentalists, Experiment Runners, Theorists |
| Conditions | A State field that defines what observations should be collected according to a specific combination of values of the independent variables | Experimentalists, Experiment Runners, Theorists |
| Experiment Data | A State field that holds observations that correspond to the specified conditions. | Experiment Runners, Theorists |
| Experiment Data | A State field that holds observations which correspond to the specified conditions. | Experiment Runners, Theorists |
| Model | A State field that holds the the collection of best fit equations produced by theorists. | Theorists, Experimentalists |
| Components | These are the distinct yet flexible capabilities of the AutoRA framework. | Experimentalists, Experiment Runners, Theorists |
| Experimentalist | A module that takes in models and outputs new conditions, which are intended to yield novel observations. | Experimentalists |
Expand Down

0 comments on commit 2aa68cd

Please sign in to comment.