Difference between revisions of "FR/Documentation/Calc: fonction LOI.STUDENT.INVERSE"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == LOI.STUDENT.INVERSE == Calcule l'inverse de la fonction suivie deux fois de LOI.STUDENT the inverse of the two-tailed TDIST function. === Syntaxe : === <tt>'''LOI.STUDENT.IN...)
 
m (Syntaxe :)
Line 6: Line 6:
 
=== Syntaxe : ===
 
=== Syntaxe : ===
 
<tt>'''LOI.STUDENT.INVERSE(p; r)'''</tt>
 
<tt>'''LOI.STUDENT.INVERSE(p; r)'''</tt>
: renvoie la valeur <tt>'''x'''</tt>, de telle façon que <tt>'''LOI.STUDENT(x; r; 2)'''</tt> etst <tt>'''p'''</tt>.  
+
: renvoie la valeur <tt>'''x'''</tt>, de telle façon que <tt>'''LOI.STUDENT(x; r; 2)'''</tt> est <tt>'''p'''</tt>.  
  
 
: <tt>'''r'''</tt> (degrés de liberté) est un nombre entier >=1.
 
: <tt>'''r'''</tt> (degrés de liberté) est un nombre entier >=1.

Revision as of 17:24, 4 October 2008


LOI.STUDENT.INVERSE

Calcule l'inverse de la fonction suivie deux fois de LOI.STUDENT the inverse of the two-tailed TDIST function.

Syntaxe :

LOI.STUDENT.INVERSE(p; r)

renvoie la valeur x, de telle façon que LOI.STUDENT(x; r; 2) est p.
r (degrés de liberté) est un nombre entier >=1.
p (probabilité) doit être >=0 et <=1.


Pour calculer l'inverse d'une fonction LOI.STUDENT suivie une fois, utilisez LOI.STUDENT.INVERSE(p*2; r), qui renvoie la valeur x, de telle façon que LOI.STUDENT(x; r; 1) est p.

Exemple :

LOI.STUDENT.INVERSE(0,666; 2)

renvoie approximativement 0,50.

Voir également :

LOI.STUDENT, TEST.STUDENT

Fonctions statistiques

Fonctions listées alphabétiquement, Fonctions listées par catégories

Personal tools