-
Notifications
You must be signed in to change notification settings - Fork 0
Stats pointbiserial
github-actions[bot] edited this page Sep 25, 2026
·
1 revision
Development build. This page describes
main, not a released package. The latest published Lodestar.Stats is 0.5.0 — read its documentation.
Home › Stats › Hypothesis tests
The point-biserial correlation: how a continuous variable differs between the two sides of a binary one.
Pearson with one variable coded 0 and 1, which is all scipy.stats.pointbiserialr
is: the coefficient is the standardised gap between the two groups' means.
| Member | What it does |
|---|---|
PointBiserial.Test |
Correlates a binary variable with a continuous one. |