Commit d659e89
committed
Add explanation of survival function (sf) method
- Explain that sf() computes P(X > k) = 1 - P(X <= k)
- Note benefits: better numerical accuracy and clearer intent
- Added after first usage in Binomial distribution section1 parent a09b59b commit d659e89
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| 724 | + | |
| 725 | + | |
724 | 726 | | |
725 | 727 | | |
726 | 728 | | |
| |||
0 commit comments