Differences between revisions 1 and 2
Revision 1 as of 2024-08-02 16:25:59
Size: 473
Comment: Initial commit
Revision 2 as of 2024-08-02 16:27:36
Size: 484
Comment: Width
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
{{attachment:plot.png}} {{attachment:plot.png||width=300}}

Logistic Model

A logistic model is a linear regression method for a binary outcome.


Design

Binary outcomes necessitate a linear model that is bounded between 0 and 1. The logistic function forms the structure of this model.

[ATTACH]

This function plots as an S-shaped line, so is sometimes called a sigmoid function.

plot.png


CategoryRicottone

Statistics/LogisticModel (last edited 2025-12-18 18:35:56 by DominicRicottone)