Difference between revisions of "Documentation/How Tos/Calc: FDIST function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Reverted edits by Don alessandro (Talk) to last revision by B michaelsen)
Line 2: Line 2:
  
 
== FDIST ==
 
== FDIST ==
Вычисляет значения F-распределения Фишера.
+
Calculates values for an F-distribution.  
  
=== Синтаксис: ===
+
=== Syntax: ===
 
<tt>'''FDIST(x; r1; r2)'''</tt>
 
<tt>'''FDIST(x; r1; r2)'''</tt>
: <tt>'''r1'''</tt> и <tt>'''r2'''</tt>, являются положительными целыми числами, которые означают степени свободы параметров для F-распределения Фишера. Как правило, каждая степень свободы равна объёму (количеству элементов <tt>'''n'''</tt>) соответствующей ей выборки уменьшеному на 1, т.е. <tt>'''r1 = n1 - 1'''</tt>, <tt>'''r2 = n2 - 1'''</tt>. Для случая, когда <tt>'''x'''</tt> является F-критерием Фишера, <tt>'''r1'''</tt> соответствует максимальной дисперсии <math>S_1</math> выборки (находится в числителе), а <tt>'''r2'''</tt> - меньшей дисперсии <math>S_2</math> другой выборки (в знаменателе): <math>F = \frac{S_1}{S_2}</math>
+
: <tt>'''r1'''</tt> and <tt>'''r2'''</tt>, which are positive integers, are the degrees of freedom parameters for the F-distribution.
  
: <tt>'''x'''</tt> должно быть числом, которое больше или равно 0. Этим числом может являться дисперсионное отношение (F-критерий Фишера).
+
: <tt>'''x'''</tt> must be greater than or equal to 0.
  
: <tt>'''FDIST'''</tt> возвращает вероятность (уровень значимости) в виде плотности функции для F-распределения (правосторонняя площадь), которая вычисляется по формуле:  
+
: <tt>'''FDIST'''</tt> returns the area of the right tail of the probability density function for the F-distribution, calculating:  
  
 
::[[Image:Calc_fdist_equation.png]]
 
::[[Image:Calc_fdist_equation.png]]
  
=== Пример: ===
+
=== Example: ===
 
<tt>'''FDIST(1; 4; 5)'''</tt>
 
<tt>'''FDIST(1; 4; 5)'''</tt>
: возвращает приблизительное значение 0.485657.
+
: returns approximately 0.485657.
  
 
=== Issues: ===
 
=== Issues: ===
Line 28: Line 28:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
[[Category:Ru.openoffice.org]]
 

Revision as of 08:29, 17 November 2009


FDIST

Calculates values for an F-distribution.

Syntax:

FDIST(x; r1; r2)

r1 and r2, which are positive integers, are the degrees of freedom parameters for the F-distribution.
x must be greater than or equal to 0.
FDIST returns the area of the right tail of the probability density function for the F-distribution, calculating:
Calc fdist equation.png

Example:

FDIST(1; 4; 5)

returns approximately 0.485657.

Issues:

  • The forthcoming international standard ODFF calls this function LEGACY.FDIST, and defines a new FDIST function.

Template:Documentation/SeeAlso

Personal tools