File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ def construct_component_matrix(components):
112
112
def construct_weight_matrix (components ):
113
113
"""Constructs the weights matrix.
114
114
115
- Constructs a Ķ x M matrix where K is the number of components and M is the
115
+ Constructs a K x M matrix where K is the number of components and M is the
116
116
number of signals. Each element is the stretching factor for a specific
117
- weights for a specific signal from the data input.
117
+ weight factor for a specific signal from the data input.
118
118
119
119
Parameters
120
120
----------
@@ -359,7 +359,7 @@ def update_weights_matrix(
359
359
The length of the experimental signal patterns
360
360
361
361
stretching_factor_matrix: 2d array like
362
- The matrx containing the stretching factors of the calculated component signals. Has dimensions K x M
362
+ The matrix containing the stretching factors of the calculated component signals. Has dimensions K x M
363
363
where K is the number of component signals and M is the number of XRD/PDF patterns.
364
364
365
365
component_matrix: 2d array like
You can’t perform that action at this time.
0 commit comments