matrix standardization, inferring technique The 2019 Stack Overflow Developer Survey Results...
Am I thawing this London Broil safely?
Loose spokes after only a few rides
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Is three citations per paragraph excessive for undergraduate research paper?
Can a flute soloist sit?
Geography at the pixel level
Did 3000BC Egyptians use meteoric iron weapons?
Identify boardgame from Big movie
How can I autofill dates in Excel excluding Sunday?
Output the Arecibo Message
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
When should I buy a clipper card after flying to OAK?
Button changing it's text & action. Good or terrible?
What does ひと匙 mean in this manga and has it been used colloquially?
Is there a symbol for a right arrow with a square in the middle?
Can we generate random numbers using irrational numbers like π and e?
Right tool to dig six foot holes?
Is bread bad for ducks?
How to type this arrow in math mode?
Falsification in Math vs Science
What did it mean to "align" a radio?
Is flight data recorder erased after every flight?
Aging parents with no investments
matrix standardization, inferring technique
The 2019 Stack Overflow Developer Survey Results Are InWhy does row reducing a matrix argumented with the identity turn the argumented part into the inverse when you're done?Help understanding interaction and effect.Reduction of quadratic formsLights Out variant: what matrix to use when whole row+column gets flipped?Prove that the determinant of an invertible matrix $A$ is equal to $±1$ when all of the entries of $A$ and $A^{−1}$ are integers.binary indexing matrixCombinatorics and MatricesEstimating a matrix from another matrixWhat does $sum x$ mean when $x$ is a vector?Hamming code of length $8$ self dual
$begingroup$
I am reading a research paper in which authors perform a matrix standardization but do not explain the actual procedure. The original 3x3 matrix is:
411; 124; 45
112; 17; 50
20; 378; 285
the standardized is:
0; 0.7036; 1
0.7647; 1; 0.9792
1; 0; 0
the minimum of each column (and row) becomes 1, the maximum of each column becomes 0, but I don't get how the other values are calculated. Any idea? Thank you
linear-algebra statistics matrix-calculus
$endgroup$
add a comment |
$begingroup$
I am reading a research paper in which authors perform a matrix standardization but do not explain the actual procedure. The original 3x3 matrix is:
411; 124; 45
112; 17; 50
20; 378; 285
the standardized is:
0; 0.7036; 1
0.7647; 1; 0.9792
1; 0; 0
the minimum of each column (and row) becomes 1, the maximum of each column becomes 0, but I don't get how the other values are calculated. Any idea? Thank you
linear-algebra statistics matrix-calculus
$endgroup$
add a comment |
$begingroup$
I am reading a research paper in which authors perform a matrix standardization but do not explain the actual procedure. The original 3x3 matrix is:
411; 124; 45
112; 17; 50
20; 378; 285
the standardized is:
0; 0.7036; 1
0.7647; 1; 0.9792
1; 0; 0
the minimum of each column (and row) becomes 1, the maximum of each column becomes 0, but I don't get how the other values are calculated. Any idea? Thank you
linear-algebra statistics matrix-calculus
$endgroup$
I am reading a research paper in which authors perform a matrix standardization but do not explain the actual procedure. The original 3x3 matrix is:
411; 124; 45
112; 17; 50
20; 378; 285
the standardized is:
0; 0.7036; 1
0.7647; 1; 0.9792
1; 0; 0
the minimum of each column (and row) becomes 1, the maximum of each column becomes 0, but I don't get how the other values are calculated. Any idea? Thank you
linear-algebra statistics matrix-calculus
linear-algebra statistics matrix-calculus
asked Mar 21 at 15:01
G. M. CampedelliG. M. Campedelli
82
82
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Let $textbf{a}_j={a_{1j},ldots, a_{ij}, ldots, a_{1m}}$. Then the formula is
$$tilde a_{ij}=frac{maxlimits_i(textbf{a}_j)-a_{ij}}{maxlimits_i(textbf{a}_j)-minlimits_i(textbf{a}_j)}$$
$i$ is the index for the row and $j$ is the index for the column. For example,
$$tilde a_{13}=frac{max{45,50,285}-45}{max{45,50,285}-min{45,50,285}}=frac{285-45}{285-45}=1$$
$endgroup$
$begingroup$
Thank you. In the meanwhile I have actually found the solution by myself but thanks again for the clear explanation!
$endgroup$
– G. M. Campedelli
Mar 22 at 9:35
$begingroup$
You´re welcome. Nice that we´ve got the same result.
$endgroup$
– callculus
Mar 22 at 12:08
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3156927%2fmatrix-standardization-inferring-technique%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Let $textbf{a}_j={a_{1j},ldots, a_{ij}, ldots, a_{1m}}$. Then the formula is
$$tilde a_{ij}=frac{maxlimits_i(textbf{a}_j)-a_{ij}}{maxlimits_i(textbf{a}_j)-minlimits_i(textbf{a}_j)}$$
$i$ is the index for the row and $j$ is the index for the column. For example,
$$tilde a_{13}=frac{max{45,50,285}-45}{max{45,50,285}-min{45,50,285}}=frac{285-45}{285-45}=1$$
$endgroup$
$begingroup$
Thank you. In the meanwhile I have actually found the solution by myself but thanks again for the clear explanation!
$endgroup$
– G. M. Campedelli
Mar 22 at 9:35
$begingroup$
You´re welcome. Nice that we´ve got the same result.
$endgroup$
– callculus
Mar 22 at 12:08
add a comment |
$begingroup$
Let $textbf{a}_j={a_{1j},ldots, a_{ij}, ldots, a_{1m}}$. Then the formula is
$$tilde a_{ij}=frac{maxlimits_i(textbf{a}_j)-a_{ij}}{maxlimits_i(textbf{a}_j)-minlimits_i(textbf{a}_j)}$$
$i$ is the index for the row and $j$ is the index for the column. For example,
$$tilde a_{13}=frac{max{45,50,285}-45}{max{45,50,285}-min{45,50,285}}=frac{285-45}{285-45}=1$$
$endgroup$
$begingroup$
Thank you. In the meanwhile I have actually found the solution by myself but thanks again for the clear explanation!
$endgroup$
– G. M. Campedelli
Mar 22 at 9:35
$begingroup$
You´re welcome. Nice that we´ve got the same result.
$endgroup$
– callculus
Mar 22 at 12:08
add a comment |
$begingroup$
Let $textbf{a}_j={a_{1j},ldots, a_{ij}, ldots, a_{1m}}$. Then the formula is
$$tilde a_{ij}=frac{maxlimits_i(textbf{a}_j)-a_{ij}}{maxlimits_i(textbf{a}_j)-minlimits_i(textbf{a}_j)}$$
$i$ is the index for the row and $j$ is the index for the column. For example,
$$tilde a_{13}=frac{max{45,50,285}-45}{max{45,50,285}-min{45,50,285}}=frac{285-45}{285-45}=1$$
$endgroup$
Let $textbf{a}_j={a_{1j},ldots, a_{ij}, ldots, a_{1m}}$. Then the formula is
$$tilde a_{ij}=frac{maxlimits_i(textbf{a}_j)-a_{ij}}{maxlimits_i(textbf{a}_j)-minlimits_i(textbf{a}_j)}$$
$i$ is the index for the row and $j$ is the index for the column. For example,
$$tilde a_{13}=frac{max{45,50,285}-45}{max{45,50,285}-min{45,50,285}}=frac{285-45}{285-45}=1$$
answered Mar 21 at 17:48
callculuscallculus
18.7k31428
18.7k31428
$begingroup$
Thank you. In the meanwhile I have actually found the solution by myself but thanks again for the clear explanation!
$endgroup$
– G. M. Campedelli
Mar 22 at 9:35
$begingroup$
You´re welcome. Nice that we´ve got the same result.
$endgroup$
– callculus
Mar 22 at 12:08
add a comment |
$begingroup$
Thank you. In the meanwhile I have actually found the solution by myself but thanks again for the clear explanation!
$endgroup$
– G. M. Campedelli
Mar 22 at 9:35
$begingroup$
You´re welcome. Nice that we´ve got the same result.
$endgroup$
– callculus
Mar 22 at 12:08
$begingroup$
Thank you. In the meanwhile I have actually found the solution by myself but thanks again for the clear explanation!
$endgroup$
– G. M. Campedelli
Mar 22 at 9:35
$begingroup$
Thank you. In the meanwhile I have actually found the solution by myself but thanks again for the clear explanation!
$endgroup$
– G. M. Campedelli
Mar 22 at 9:35
$begingroup$
You´re welcome. Nice that we´ve got the same result.
$endgroup$
– callculus
Mar 22 at 12:08
$begingroup$
You´re welcome. Nice that we´ve got the same result.
$endgroup$
– callculus
Mar 22 at 12:08
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3156927%2fmatrix-standardization-inferring-technique%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown