Update Multiple Regression.
This commit is contained in:
parent
bb14fac836
commit
12e0a50946
@ -252,38 +252,30 @@ $$
|
||||
|
||||
For the models above, these are:
|
||||
|
||||
+----------------+----------------+----------------+
|
||||
+----------------+------------------+--------------------------+
|
||||
| Type of Data | Distribution | Link Function |
|
||||
| | Family | |
|
||||
+================+================+================+
|
||||
+================+==================+==========================+
|
||||
| continuous | Normal | identity: |
|
||||
| | | |
|
||||
| | | $$ |
|
||||
| | | g(x)=x |
|
||||
| | | $$ |
|
||||
+----------------+----------------+----------------+
|
||||
+----------------+------------------+--------------------------+
|
||||
| count | Poisson | log: |
|
||||
| | | |
|
||||
| | | \$\$ |
|
||||
| | | |
|
||||
| | | $$ |
|
||||
| | | g(x) = \log(x) |
|
||||
| | | \$\$ |
|
||||
+----------------+----------------+----------------+
|
||||
| | | $$ |
|
||||
+----------------+------------------+--------------------------+
|
||||
| binary | Bernoulli | logit: |
|
||||
| | | |
|
||||
| | | $$ |
|
||||
| | | g |
|
||||
| | | ( |
|
||||
| | | x) = \log\left |
|
||||
| | | ( |
|
||||
| | | \ |
|
||||
| | | f |
|
||||
| | | ra |
|
||||
| | | c |
|
||||
| | | { |
|
||||
| | | x}{1-x}\right) |
|
||||
| | | g(x) = \log\left( |
|
||||
| | | \frac{x}{1-x} |
|
||||
| | | \right) |
|
||||
| | | $$ |
|
||||
+----------------+----------------+----------------+
|
||||
+----------------+------------------+--------------------------+
|
||||
|
||||
In general, the parameter vector $\beta$ is estimated via maximizing the
|
||||
likelihood, i.e.,
|
||||
|
Loading…
Reference in New Issue
Block a user