Skip to content

Commit 4409972

Browse files
committed
Rename variables
1 parent ca1c122 commit 4409972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This project
111111
Fundamentally, the use cases for numerical and scientific computing in JavaScript are the same as for any other commonly used language for numerical and scientific computation, such as MATLAB, R, Python, and Julia. For example,
112112

113113
- perform some sort of statistical analysis, such as computing summary statistics or hypothesis testing.
114-
- train and apply a statistical model (e.g., assign a probability as to whether `X` has `Y` given an observation `Z`).
114+
- train and apply a statistical model (e.g., assign a probability as to whether `A` has characteristic `B` given an observation `Q`).
115115
- cluster observations into a set of `N` distinct groups.
116116
- determine the similarity of two or more datasets (i.e., can we reasonably distinguish `X` from `Y`?).
117117
- assign a likelihood to unexpected events (i.e., all things being equal, how often should we expect to see a particular outcome were we to repeat our experiment hundreds, thousands or millions of times?).

0 commit comments

Comments
 (0)