Difference between revisions of "Prob NegativeBinomia"

 
Line 1: Line 1:
 +
#REDIRECT[[NegativeBinomial#ProbNegativeBinomial]]
 
[[Category: Analytic Distribution Functions]]
 
[[Category: Analytic Distribution Functions]]
 
[[Category: Distribution Densities library functions]]
 
[[Category: Distribution Densities library functions]]
 
== Prob_NegativeBinomia(k, r, p) ==
 
Analytically computes the probability of seeing «k» successes before «r» failures have occurred when the each independent Bernoulli trial has a probability of «p» of being a success.
 
 
The is the analytic probability function for the [[NegativeBinomial]] distribution.
 
 
The final "L" is missing from the name because Analytica identifiers are limited to 20 characters.  However, if you type the final "L" in your definition (i.e., <code>Prob_NegativeBinomial</code>, Analytica will recognize it as being this function.
 
 
== Library ==
 
[[Distribution Densities Library]] ([[media:Distribution Densities.ana|Distribution Densities.ana]])
 
:Use [[File menu|File]] &rarr; '''Add Library...''' to add this library
 
 
==History==
 
The function was introduced in [[Analytica 4.5]].
 
 
== See Also ==
 
* [[NegativeBinomial]]
 
* [[CumNegativeBinomial]]
 
* [[CumNegativeBinomInv]]
 
* [[Distribution Densities Library]]
 
* [[media:Distribution Densities.ana|Distribution Densities.ana]]
 

Latest revision as of 01:10, 8 December 2018

Comments


You are not allowed to post comments.