Negative binomial series

binomial,negative binomal,Newton's binomial,binomial theorem
ダウンロード: 1.6K
更新 2008/11/17

ライセンスの表示

This m-file gives the expansion of powers of sums of any real or complex numbers x and y, and any negative integer n. In 1676 Newton showed that the binomial theorem also holds for negative integers n, which is the so-called negative binomial series and converges for |x| < y. From this emerges the negative binomial distribution, a discrete probability distribution.

Syntax: function negbins(x,y,n)

Input:
x,y - pair of interested terms to expand
n - coefficient/power to increase the binomial theorem (it is
a negative integer that file automatically gives)

Output:
- result of the negative binomial series sum
- vector of the negative binomial series (optional)

引用

Antonio Trujillo-Ortiz (2025). Negative binomial series (https://www.mathworks.com/matlabcentral/fileexchange/22086-negative-binomial-series), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersPHY Components についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.4.0.0

Text was improved.

1.1.0.0

It was added an appropriate format to cite this file.

1.0.0.0