Spaces:
Running
Running
Update options.md
Browse files- docs/options.md +2 -3
docs/options.md
CHANGED
|
@@ -102,9 +102,8 @@ on each core.
|
|
| 102 |
## Weighted data
|
| 103 |
|
| 104 |
Here, we assign weights to each row of data
|
| 105 |
-
using inverse uncertainty squared. We also use 10 processes
|
| 106 |
-
instead of the
|
| 107 |
-
(one population per thread).
|
| 108 |
```python
|
| 109 |
sigma = ...
|
| 110 |
weights = 1/sigma**2
|
|
|
|
| 102 |
## Weighted data
|
| 103 |
|
| 104 |
Here, we assign weights to each row of data
|
| 105 |
+
using inverse uncertainty squared. We also use 10 processes for the search
|
| 106 |
+
instead of the default.
|
|
|
|
| 107 |
```python
|
| 108 |
sigma = ...
|
| 109 |
weights = 1/sigma**2
|