You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_includes/modules/SolveInverseProblemWithTikhonov.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ For example, this matrix can be computed by solving the forward problem e.g. usi
41
41
with specific properties (expressed as a solution covariance e.g. to achieve maximally smooth solutions). If no input is given the identity matrix will be used.
42
42
43
43
3. Data vector, $$y$$: These are the measurement data which have to be provided as matrix which should only contain one column.
44
-
In case of having a time series (multiple columns), it is recommended to use the module {% include moduleLink.md moduleName='SelectSubmatrix' %} to iterate over the different time instances (columns). In more detail, for each time instance, {% include moduleLink.md moduleName='SelectSubmatrix' %} would provide the data of the current time instance for SolveInverseProblemWithTikhonov to perform an estimation of the inverse solution.
44
+
In case of having a time series (multiple columns), it is recommended to use the module {% include moduleLink.md moduleName='SelectSubMatrix' %} to iterate over the different time instances (columns). In more detail, for each time instance, {% include moduleLink.md moduleName='SelectSubMatrix' %} would provide the data of the current time instance for SolveInverseProblemWithTikhonov to perform an estimation of the inverse solution.
45
45
46
46
4. Residual constraint matrix, $$L$$: This matrix is used to weight the measurements (e.g. by an inverse covariance matrix of the measurement channels).
47
47
If no input is given, the identity matrix will be used.
0 commit comments