myBinomTest(s,n,p,Sided)
1 or 2 sided binomial test with arbitrary binomial probabilities
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Matthew Nelson (2026). myBinomTest(s,n,p,Sided) (https://uk.mathworks.com/matlabcentral/fileexchange/24813-mybinomtest-s-n-p-sided), MATLAB Central File Exchange. Retrieved .
General Information
- Version 2.0.0 (4.03 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 2.0.0 | Updated use of array inputs.
|
||
| 1.7.0 | Fixed bug that occurs when the expected value is equaled by the number of successes, caught by Nelson Lau in the comments. |
||
| 1.3.0 | Fixed a bug in the previous update to allow the program to accept arrays as well as scalars in the inputs. |
||
| 1.2.0 | Allowed for the inputs to be arrays of the same dimensions and sizes rather than just scalars. |
||
| 1.0.0 |