Files
web-apps/apps/spreadsheeteditor/main/resources/help/tr/Functions/standardize.htm
2023-07-14 10:37:57 +03:00

42 lines
2.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>STANDARTLAŞTIRMA İşlevi</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="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Arama" type="text" onkeypress="doSearch(event)">
</div>
<h1>STANDARTLAŞTIRMA İşlevi</h1>
<p><b>STANDARTLAŞTIRMA</b> işlevi, istatiksel işlevlerden biridir. Belirtilen parametrelerle karakterize edilen bir dağılımdan normalleştirilmiş bir değer d&ouml;nd&uuml;rmek i&ccedil;in kullanılır.</p>
<p><b>STANDARTLAŞTIRMA</b> işlevi s&ouml;z dizimi ş&ouml;yledir:</p>
<p style="text-indent: 150px;"><b><em>STANDARTLAŞTIRMA(x, ortalama, standart sapma)</em></b></p>
<p><em>Burada</em></p>
<p style="text-indent: 50px;"><b><em>x,</em></b> normalleştirmek istediğiniz değerdir.</p>
<p style="text-indent: 50px;"><b><em>ortalama,</em></b> dağılımın aritmetik ortalamasıdır.</p>
<p style="text-indent: 50px;"><b><em>standart sapma,</em></b> dağılımın standart sapmasıdır, 0&apos;dan b&uuml;y&uuml;kt&uuml;r.</p>
<p>Sayısal değerler, başvuru yaptığınız h&uuml;crelere manuel olarak girilebilir veya eklenebilir.</p>
<p><b>STANDARTLAŞTIRMA</b> işlevini uygulamak i&ccedil;in</p>
<ol>
<li>Sonucu g&ouml;r&uuml;nt&uuml;lemek istediğiniz h&uuml;creyi se&ccedil;in,</li>
<li>&Uuml;st ara&ccedil; &ccedil;ubuğunda bulunan <b>İşlev ekle</b> <div class = "icon icon-insertfunction"></div> simgesine tıklayın
<br />veya se&ccedil;ilen bir h&uuml;crenin i&ccedil;ine sağ tıklayın ve men&uuml;den <b>İşlev Ekle</b> se&ccedil;eneğini se&ccedil;in
<br />veya<div class = "icon icon-function"></div>form&uuml;l &ccedil;ubuğunda bulunan simgeye tıklayın,
</li>
<li>Listeden <b>İstatiksel</b> işlev grubunu se&ccedil;in,</li>
<li><b>STANDARTLAŞTIRMA</b> işlevine tıklayın,</li>
<li>Virg&uuml;lle ayırarak gerekli bağımsız değişkenleri girin,</li>
<li><b>Enter</b> d&uuml;ğmesine basın.</li>
</ol>
<p>Sonu&ccedil; se&ccedil;ili h&uuml;crede g&ouml;r&uuml;nt&uuml;lenecektir.</p>
<p style="text-indent: 150px;"><img alt="STANDARTLAŞTIRMA İşlevi" src="../images/standardize.png" /></p>
</div>
</body>
</html>