Update README.md
Browse files
README.md
CHANGED
@@ -117,10 +117,10 @@ This will partially apply all 3 of the (positive-axis) "writing style" control v
|
|
117 |
The theoretical upper bound value for equal weights is between `1/n` and `sqrt(1/n)` depending on how correlated the `n` control vector directions are, eg:
|
118 |
|
119 |
- For `n = 1` use the default scale-factor of `1.0` for comparison with the values below.
|
120 |
-
- For `n = 2` is between `1/2 β 0.5` and `sqrt(1/
|
121 |
- For `n = 3` is between `1/3 β 0.333` and `sqrt(1/3) β 0.577`.
|
122 |
-
- For `n = 4` is between `1/4 β 0.25` and `sqrt(1/
|
123 |
-
- For `n = 5` is between `1/5 β 0.2` and `sqrt(1/
|
124 |
|
125 |
and so on.
|
126 |
|
|
|
117 |
The theoretical upper bound value for equal weights is between `1/n` and `sqrt(1/n)` depending on how correlated the `n` control vector directions are, eg:
|
118 |
|
119 |
- For `n = 1` use the default scale-factor of `1.0` for comparison with the values below.
|
120 |
+
- For `n = 2` is between `1/2 β 0.5` and `sqrt(1/2) β 0.707`.
|
121 |
- For `n = 3` is between `1/3 β 0.333` and `sqrt(1/3) β 0.577`.
|
122 |
+
- For `n = 4` is between `1/4 β 0.25` and `sqrt(1/4) β 0.5`.
|
123 |
+
- For `n = 5` is between `1/5 β 0.2` and `sqrt(1/5) β 0.447`.
|
124 |
|
125 |
and so on.
|
126 |
|