How to derive the optimal bayesian solution to a model of two normal distributed populations
up vote
0
down vote
favorite
In the "Introduction" section of the paper Support-Vector Networks, it mentioned Fisher's solution to a model of two normal distributed populations:
My questions are:
How to derive equation (1)? I even doubt that it should be:
$F_{sq} (x) = sign left [ left ( x - m_1 right ) ^T Sigma_1 ^{-1} left ( x - m_1 right ) - left ( x - m_2 right ) ^T Sigma_2 ^{-1} left ( x - m_2 right ) + ln { dfrac { left | Sigma_1 right |} { left | Sigma_2 right | } } right ]$
because according to Linear discriminant analysis, the solution is:
Why the number of free parameters in equation (1) is $dfrac {n (n + 3)} {2}$?
In my opinion, $m_1, m_2, Sigma_1, Sigma_2$ are all free parameters, because
$Sigma_1, Sigma_2$ are symmetric matrices, so the number should be $n + n + dfrac {n left (n + 1 right )}{2} + dfrac {n left (n + 1 right )}{2} = n left (n + 3 right )$Why the number of free parameters in equation (2) is $n$?
We can rewrite Equation (2) as $F_{sq} left ( X right ) = WX + b$, so $W$ and $b$ are both free parameters, then the number should be $n + 1$.
optimization bayesian fisher-information
add a comment |
up vote
0
down vote
favorite
In the "Introduction" section of the paper Support-Vector Networks, it mentioned Fisher's solution to a model of two normal distributed populations:
My questions are:
How to derive equation (1)? I even doubt that it should be:
$F_{sq} (x) = sign left [ left ( x - m_1 right ) ^T Sigma_1 ^{-1} left ( x - m_1 right ) - left ( x - m_2 right ) ^T Sigma_2 ^{-1} left ( x - m_2 right ) + ln { dfrac { left | Sigma_1 right |} { left | Sigma_2 right | } } right ]$
because according to Linear discriminant analysis, the solution is:
Why the number of free parameters in equation (1) is $dfrac {n (n + 3)} {2}$?
In my opinion, $m_1, m_2, Sigma_1, Sigma_2$ are all free parameters, because
$Sigma_1, Sigma_2$ are symmetric matrices, so the number should be $n + n + dfrac {n left (n + 1 right )}{2} + dfrac {n left (n + 1 right )}{2} = n left (n + 3 right )$Why the number of free parameters in equation (2) is $n$?
We can rewrite Equation (2) as $F_{sq} left ( X right ) = WX + b$, so $W$ and $b$ are both free parameters, then the number should be $n + 1$.
optimization bayesian fisher-information
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
In the "Introduction" section of the paper Support-Vector Networks, it mentioned Fisher's solution to a model of two normal distributed populations:
My questions are:
How to derive equation (1)? I even doubt that it should be:
$F_{sq} (x) = sign left [ left ( x - m_1 right ) ^T Sigma_1 ^{-1} left ( x - m_1 right ) - left ( x - m_2 right ) ^T Sigma_2 ^{-1} left ( x - m_2 right ) + ln { dfrac { left | Sigma_1 right |} { left | Sigma_2 right | } } right ]$
because according to Linear discriminant analysis, the solution is:
Why the number of free parameters in equation (1) is $dfrac {n (n + 3)} {2}$?
In my opinion, $m_1, m_2, Sigma_1, Sigma_2$ are all free parameters, because
$Sigma_1, Sigma_2$ are symmetric matrices, so the number should be $n + n + dfrac {n left (n + 1 right )}{2} + dfrac {n left (n + 1 right )}{2} = n left (n + 3 right )$Why the number of free parameters in equation (2) is $n$?
We can rewrite Equation (2) as $F_{sq} left ( X right ) = WX + b$, so $W$ and $b$ are both free parameters, then the number should be $n + 1$.
optimization bayesian fisher-information
In the "Introduction" section of the paper Support-Vector Networks, it mentioned Fisher's solution to a model of two normal distributed populations:
My questions are:
How to derive equation (1)? I even doubt that it should be:
$F_{sq} (x) = sign left [ left ( x - m_1 right ) ^T Sigma_1 ^{-1} left ( x - m_1 right ) - left ( x - m_2 right ) ^T Sigma_2 ^{-1} left ( x - m_2 right ) + ln { dfrac { left | Sigma_1 right |} { left | Sigma_2 right | } } right ]$
because according to Linear discriminant analysis, the solution is:
Why the number of free parameters in equation (1) is $dfrac {n (n + 3)} {2}$?
In my opinion, $m_1, m_2, Sigma_1, Sigma_2$ are all free parameters, because
$Sigma_1, Sigma_2$ are symmetric matrices, so the number should be $n + n + dfrac {n left (n + 1 right )}{2} + dfrac {n left (n + 1 right )}{2} = n left (n + 3 right )$Why the number of free parameters in equation (2) is $n$?
We can rewrite Equation (2) as $F_{sq} left ( X right ) = WX + b$, so $W$ and $b$ are both free parameters, then the number should be $n + 1$.
optimization bayesian fisher-information
optimization bayesian fisher-information
asked Nov 26 at 15:54
Jiongjiong Li
225
225
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3014491%2fhow-to-derive-the-optimal-bayesian-solution-to-a-model-of-two-normal-distributed%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