We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cd12a commit b84a7f4Copy full SHA for b84a7f4
cpp/includes/defines.h
@@ -541,11 +541,11 @@ Parameters
541
TF : str
542
The target function for the calculation which can be 'normal' or 'domains'.
543
resample : np.ndarray[np.float]
544
- Non-zero values indicates which contrast is resampled.
+ If ``resample[i]`` is non-zero, then contrast ``i`` will be resampled.
545
data : list
546
Data for each contrast.
547
dataPresent : np.ndarray[np.float]
548
- Non-zero values indicates if data is present for the contrast.
+ If ``dataPresent[i]`` is non-zero, then contrast ``i`` has experimental data.
549
dataLimits : list
550
Data limits for each contrast.
551
simulationLimits : list;
0 commit comments