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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Issues:)
m
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:FDIST function}}
 +
{{Documentation/CalcFunc StatisticalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_FISHERINV_function
 +
|NextPage=Documentation/How_Tos/Calc:_FTEST_function
 +
}}__NOTOC__
  
 
== 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: ===
* Предстоящий международный стандарт ODFF вызывает эту функция как <tt>'''LEGACY.FDIST'''</tt> и определяет новую функцию <tt>'''FDIST'''</tt>.
+
* The international standard ODFF calls this function <tt>'''LEGACY.FDIST'''</tt>, and defines a new <tt>'''FDIST'''</tt> function.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: FINV function|FINV]]
 
* [[Documentation/How_Tos/Calc: FINV function|FINV]]
  
Line 29: Line 34:
 
* [[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]]
+
[[Category:Documentation/Reference/Calc/Statistical functions]]

Latest revision as of 13:54, 2 February 2024



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 international standard ODFF calls this function LEGACY.FDIST, and defines a new FDIST function.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_FDIST_function&oldid=260046"
Views
Personal tools
Navigation
Tools