Difference between revisions of "OOoES/Traduccion/Calc: Funcion BINOM.CRIT"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Created page with '== BINOM.CRIT (*)== Devuelve el menor valor cuya distribución binomial acumulativa es menor o igual que un valor de criterio. === Sintaxis: === <tt>''' B(Ensayos; Prob_&e…')
 
(Sintaxis:)
Line 3: Line 3:
  
 
=== Sintaxis: ===
 
=== Sintaxis: ===
<tt>''' B(Ensayos; Prob_&eacute;xito; alfa'''</tt>
+
<tt>''' B(Ensayos; Prob_&eacute;xito; alfa)'''</tt>
 
:Donde <tt>''' Ensayos'''</tt> es el n&uacute;mero total de intentos, <tt>''' Prob_&eacute;xito '''</tt> es la probabilidad de &eacute;xito en cada ensayo y <tt>''' Alfa'''</tt> es el valor del criterio.
 
:Donde <tt>''' Ensayos'''</tt> es el n&uacute;mero total de intentos, <tt>''' Prob_&eacute;xito '''</tt> es la probabilidad de &eacute;xito en cada ensayo y <tt>''' Alfa'''</tt> es el valor del criterio.
  

Revision as of 16:35, 21 September 2011

BINOM.CRIT (*)

Devuelve el menor valor cuya distribución binomial acumulativa es menor o igual que un valor de criterio.

Sintaxis:

B(Ensayos; Prob_éxito; alfa)

Donde Ensayos es el número total de intentos, Prob_éxito es la probabilidad de éxito en cada ensayo y Alfa es el valor del criterio.

Ejemplo:

BINOM.CRIT()

Personal tools