Files
2026-03-19 16:16:24 +01:00

48 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>F.INV Funkcija</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Pretraga" type="text" onkeypress="doSearch(event)">
</div>
<h1>F.INV Funkcija</h1>
<p><b>F.INV</b> funkcija je jedna od <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statističkih funkcija</a>. Koristi se za dobijanje inverzne vrednosti (desno-repne) F raspodele verovatnoće. F raspodela se može koristiti u F-testu za poređenje stepena varijabilnosti između dva skupa podataka.</p>
<h3>Sintaksa</h3>
<p><b><em>F.INV(probability, deg_freedom1, deg_freedom2)</em></b></p>
<p><b>F.INV</b> funkcija ima sledeće argumente:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Opis</b></th>
</tr>
<tr>
<td><b><em>probability</em></b></td>
<td>Verovatnoća povezana sa F kumulativnom raspodelom. Numerička vrednost veća od 0, a manja od 1.</td>
</tr>
<tr>
<td><b><em>deg_freedom1</em></b></td>
<td>Stepeni slobode brojnika, numerička vrednost veća od 1.</td>
</tr>
<tr>
<td><b><em>deg_freedom2</em></b></td>
<td>Stepeni slobode imenioca, numerička vrednost veća od 1.</td>
</tr>
</table>
<h3>Napomene</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">Kako primeniti</a> <b>F.INV</b> funkciju.</p>
<h3>Primeri</h3>
<p>Slika ispod prikazuje rezultat koji vraća <b>F.INV</b> funkcija.</p>
<p><img alt="F.INV Funkcija" src="../images/f-inv.png" /></p>
</div>
</body>
</html>