Another update
This commit is contained in:
@@ -232,31 +232,33 @@ $$
|
|||||||
|
|
||||||
For the models above, these are:
|
For the models above, these are:
|
||||||
|
|
||||||
+--------------+---------------------+--------------------+
|
+---------------+-------------------+------------------+
|
||||||
| Type of Data | Distribution Family | Link Function |
|
| Type of Data | Distribution | Link Function |
|
||||||
+==============+=====================+====================+
|
| | Family | |
|
||||||
| continuous | Normal | identity: |
|
+===============+===================+==================+
|
||||||
| | | |
|
| continuous | Normal | identity: |
|
||||||
| | | $$ |
|
| | | |
|
||||||
| | | g(x)=x |
|
| | | $$ |
|
||||||
| | | $$ |
|
| | | g(x)=x |
|
||||||
+--------------+---------------------+--------------------+
|
| | | $$ |
|
||||||
| count | Poisson | log: |
|
+---------------+-------------------+------------------+
|
||||||
| | | |
|
| count | Poisson | log: |
|
||||||
| | | $$ |
|
| | | |
|
||||||
| | | g(x) = \log(x) |
|
| | | $$ |
|
||||||
| | | $$ |
|
| | | g(x) = \log(x) |
|
||||||
+--------------+---------------------+--------------------+
|
| | | $$ |
|
||||||
| binary | Bernoulli | logit: |
|
+---------------+-------------------+------------------+
|
||||||
| | | |
|
| binary | Bernoulli | logit: |
|
||||||
| | | $$ |
|
| | | |
|
||||||
| | | g(x) = \log\left |
|
| | | $$ |
|
||||||
| | | ( |
|
| | | g(x) = \log\left |
|
||||||
| | | \ |
|
| | | ( |
|
||||||
| | | f |
|
| | | \ |
|
||||||
| | | rac{x}{1-x}\right) |
|
| | | f |
|
||||||
| | | $$ |
|
| | | ra |
|
||||||
+--------------+---------------------+--------------------+
|
| | | c{x}{1-x}\right) |
|
||||||
|
| | | $$ |
|
||||||
|
+---------------+-------------------+------------------+
|
||||||
|
|
||||||
In general, the parameter vector $\beta$ is estimated via maximizing the
|
In general, the parameter vector $\beta$ is estimated via maximizing the
|
||||||
likelihood, i.e.,
|
likelihood, i.e.,
|
||||||
|
|||||||
Reference in New Issue
Block a user