ashokkrish / CougarStats

5 stars 2 forks source link

Probability Distributions: Hypergeometric distribution #8

Closed ashokkrish closed 5 days ago

ashokkrish commented 6 months ago

Validate the four numericInputs

image

N, M, n and x are all positive integers.

x = 0 is allowed

x1, x2 need to be validated as positive integers.

x2 cannot be less than x1.