[MINOR][DOC] Update GLM doc to include tweedie distribution

Update GLM documentation to include the Tweedie distribution. #16344

jkbradley yanboliang

Author: actuaryzhang <actuaryzhang10@gmail.com>

Closes #17103 from actuaryzhang/doc.
This commit is contained in:
actuaryzhang 2017-02-28 14:43:44 -08:00 committed by Joseph K. Bradley
parent 7e5359be5c
commit d743ea4c76

View file

@ -629,6 +629,11 @@ others.
<td>Continuous</td>
<td>Inverse*, Idenity, Log</td>
</tr>
<tr>
<td>Tweedie</td>
<td>Zero-inflated continuous</td>
<td>Power link function</td>
</tr>
<tfoot><tr><td colspan="4">* Canonical Link</td></tr></tfoot>
</tbody>
</table>