nck

Efficient calculation of combination or binomial coefficient, without direct calculating factorials.
23 descargas
Actualizado 22 feb 2022

Ver licencia

Efficient calculation of combination or binomial coefficient, without direct calculating factorials.
Currently, this module will not give very accurate result (see the discussion page below)
usage:
>> nck(7,5)
21
modified using better alrorithm

Citar como

JaeHyeok Park (2024). nck (https://www.mathworks.com/matlabcentral/fileexchange/105320-nck), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2021b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

Versión Publicado Notas de la versión
1.0.5

changed description

1.0.4

merged multiply and divide calculation in one line

1.0.3

adopt method described in https://www.geeksforgeeks.org/space-and-time-efficient-binomial-coefficient/

1.0.2

changed loop endpoint

1.0.1

minor change in description

1.0.0