GLIM
1 program
Added 2026-02-10T22:50:43Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Generalized Linear Interactive Modelling
Provenance: commit c457d76f91 · authored 2026-02-11T13:26:16+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Logistic Regression Example
Provenance: commit c457d76f91 · authored 2026-02-11T13:26:16+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
$units 12$
$data y x1 x2$
$read
1 2.3 4.5
0 1.8 3.2
1 3.1 5.7
0 2.0 2.8
1 2.7 4.9
0 1.5 2.5
1 3.3 6.1
0 2.2 3.5
1 2.9 5.3
0 1.7 2.9
1 3.5 6.4
0 2.1 3.1
$
$yvar y$
$error b$
$link l$
$fit x1 + x2$
$display e$
$stop$