Difference between revisions of "Página de pruebas"

From Sinfronteras
Jump to: navigation, search
Line 1: Line 1:
<section begin=Computer_Science_and_IT />
+
====Standard Deviation====
{| style="color: black; background-color: white; width: 100%; padding: 0px 0px 0px 0px; border:1px solid #dadae0;"
+
https://statistics.laerd.com/statistical-guides/measures-of-spread-standard-deviation.php
<!--==============================================================================-->
 
<!--==============================================================================-->
 
| style="width: 20%; height=10px; background-color: #4081de; padding: 0px 5px 0px 10px; border:1px solid #ddddff; vertical-align:center; moz-border-radius: 0px; webkit-border-radius: 0px; border-radius:0px;"  |
 
<p style="font-size: 19px; font-weight: bold; font-family: 'Linux Libertine','Georgia','Times',serif;">'''''[[Programming and Software Development|<span style="color:white">Programming and Software Development</span>]]'''''</p>
 
| style="width: 20%; height=10px; background-color: #4081de; padding: 0px 5px 0px 10px; border:1px solid #ddddff; vertical-align:center; moz-border-radius: 0px; webkit-border-radius: 0px; border-radius:0px;"  |
 
<p style="font-size: 19px; font-weight: bold; font-family: 'Linux Libertine','Georgia','Times',serif;">'''''[[Data science|<span style="color:white">Data science</span>]]'''''</p>
 
| style="width: 20%; height=10px; background-color: #E6E6FA; padding: 0px 5px 0px 10px; border:1px solid #ddddff; vertical-align:center; moz-border-radius: 0px; webkit-border-radius: 0px; border-radius:0px;"  |
 
<p style="font-size: 19px; font-weight: bold; font-family: 'Linux Libertine','Georgia','Times',serif;">'''''Other qualifications'''''</p>
 
|-
 
| style="width: 20%; background-color: #ededf2; padding: 5px 5px 5px 5px; border:0px solid #ddddff; vertical-align:top;" |
 
<div style="margin-left: -45px; padding-right: 5px;">
 
  
<div style="margin-left: 45px; padding-right: 5px;">
+
The standard deviation is a measure of the spread of scores within a set of data. Usually, we are interested in the standard deviation of a population. However, as we are often presented with data from a sample only, we can estimate the population standard deviation from a sample standard deviation. These two standard deviations - sample and population standard deviations - are calculated differently. In statistics, we are usually presented with having to calculate sample standard deviations, and so this is what this article will focus on, although the formula for a population standard deviation will also be shown.
* '''Projects:'''
 
</div>
 
<div style="margin-left: 90px; padding-right: 5px; margin-top: -19px; margin-bottom: -12px;">
 
<ul>
 
{{#lst:Mis páginas|portfolio_programming}}
 
</ul>
 
</div>
 
  
  
<div style="padding-right: 0px; margin-right: -10px; margin-left: 40px; border:1px solid white;"> </div>
+
<br />
<!-- <div style="padding-right: 0px; margin-right: -10px; margin-left: 40px; border:1px solid #BDB76B;"> </div> -->
+
:: '''Population standard deviation''' (<math>\sigma</math>)
 +
<blockquote>
 +
<math>\sigma = \sqrt{\frac{\sum_{i=1}^{N}(x_{i} - \mu)^2}{N}}</math>
  
 +
<math>\mu: \text{population mean};\ \ \ N: \text{Number of scores in the population}</math>
 +
</blockquote>
  
<div style="margin-left: 45px;">
 
<!-- {{#lst:Mis páginas|languages}} -->
 
* '''Some of the languages I've worked with:'''
 
<div class="mw-collapsible mw-collapsed" data-expandtext="+/-" data-collapsetext="+/-">
 
:* [[Java]]
 
<div class="mw-collapsible-content">
 
::* [[Java GUI Programming]]
 
</div>
 
</div>
 
:* [[JavaScript]]
 
<div class="mw-collapsible mw-collapsed" data-expandtext="+/-" data-collapsetext="+/-">
 
:* [[Python]]
 
<div class="mw-collapsible-content">
 
::* [[Python for Data Science]]
 
</div>
 
</div>
 
<div class="mw-collapsible mw-collapsed" data-expandtext="+/-" data-collapsetext="+/-">
 
:* [[R Programming]]
 
<div class="mw-collapsible-content">
 
::* [[R tutorial]]
 
</div>
 
</div>
 
:* [[C language]]
 
:* [[Shell Scripting]]
 
:* Matlab, Scilab
 
</div>
 
  
 +
<br />
 +
:: '''Sample standard deviation formula'''  (<math>s</math>)
 +
<blockquote>
 +
Sometimes our data is only a sample of the whole population. In this case, we can still estimate the Standard deviation; but when we use a sample as an estimate of the whole population, the Standard deviation formula changes to this:
  
<div style="padding-right: 0px; margin-right: -10px; margin-left: 40px; border:1px solid white;"> </div>
+
<math>s = \sqrt{\frac{\sum_{i=1}^{n}(x_{i} - \bar{x})^2}{n -1}}</math>
  
<section begin=programming />
 
{{#lst:Mis páginas|objectOriented}}
 
  
 +
<math>\bar{x}: \text{Sample mean};\ \ \ n: \text{Number of scores in the sample}</math>
 +
</blockquote>
  
<div style="padding-right: 0px; margin-right: -10px; margin-left: 40px; border:1px solid white;"> </div>
 
  
 
+
<br />
{{#lst:Mis páginas|web}}
+
*The Standard Deviation is the square root of the variance.
:::* [[Dash - Plotly]]
+
*This measure is the most widely used to express deviation from the mean in a variable.
 
+
*The higher the value the more widely distributed are the variable data values around the mean.
 
+
*Assuming the frequency distributions approximately normal, about 68% of all observations are within +/- 1 standard deviation.
<div style="padding-right: 0px; margin-right: -10px; margin-left: 40px; border:1px solid white;"> </div>
+
*Approximately 95% of all observations fall within two standard deviations of the mean (if data is normally distributed).
 
 
{{#lst:Mis páginas|mobile}}
 
 
 
<div style="padding-right: 0px; margin-right: -10px; margin-left: 40px; border:1px solid white;"> </div>
 
 
 
{{#lst:Mis páginas|systemAnalysis}}
 
<section end=programming />
 
</div>
 
| style="width: 20%; background-color: #ededf2; padding: 5px 5px 5px 5px; border:0px solid #ddddff; vertical-align:top;" |
 
<div style="margin-left: -45px; padding-right: 5px;">
 
 
 
<div style="margin-left: 45px; padding-right: 5px;">
 
* '''Projects:'''
 
</div>
 
<div style="margin-left: 90px; padding-right: 5px; margin-top: 10px; margin-bottom: 0px;">
 
<ul>
 
{{#lst:Mis páginas|portfolio_data_science}}
 
</ul>
 
</div>
 
 
 
 
 
<div style="padding-right: 0px; margin-right: -10px; margin-left: 40px; border:1px solid white;"> </div>
 
 
 
 
 
<section begin=data_it /> {{#lst:Mis páginas|data2}}
 
 
 
::* '''[[Big Data Integration]]'''
 
:::* [[Big Data Integration#Web services|Web services]]
 
:::* [[Big Data Integration#Apache Hadoop|Apache Hadoop]]
 
<section end=data_it />
 
</div>
 
| style="width: 20%; background-color: white; padding: 5px 5px 5px 5px; border:1px solid #ddddff; vertical-align:top;" |
 
<div style="margin-left: -23px; padding-right: 5px;">
 
 
 
<div style="margin-left: 22px; padding-right: 5px;">
 
* '''Projects:'''
 
</div>
 
<div style="margin-left: 67px; padding-right: 5px; margin-top: 10px; margin-bottom: -22px;">
 
<ul>
 
{{#lst:Mis páginas|portfolio_others}}
 
</ul>
 
</div>
 
 
 
 
 
<div style="padding-right: 0px; margin-right: -10px; margin-left: 18px; border:1px solid #f0e6f0;"> </div>
 
 
 
 
 
:* '''[[Databases]]'''
 
{{#lst:Mis páginas|databases}}
 
 
 
 
 
<br/>
 
 
 
 
 
:* '''[[Cloud Computing]]'''
 
{{#lst:Mis páginas|cloud}}
 
 
 
 
 
<br/>
 
 
 
 
 
<!-- {{#lst:Mis páginas|linux}} -->
 
:* '''[[Linux]]'''
 
::* [[Study points for the RHCSA exam]]
 
::* [[Shell Scripting]]
 
::* Advanced experience with the most popular flavors of Linux: Debian, Ubuntu, Red Hat, CentOS.
 
::* LAMP Administration: Apache, MySQL, PHP.
 
<div class="mw-collapsible mw-collapsed" data-expandtext="Expand" data-collapsetext="Collapse">
 
::* Installation and Post-installation configurations.
 
::* Users and Groups Administration.
 
::* Modify File Permissions.
 
::* Managing Processes.
 
::* Backups.
 
::* Network File System (NFS).
 
::* Remote Management with SSH
 
</div>
 
 
 
 
 
<br/>
 
 
 
 
 
:* '''[[Networking]]'''
 
{{#lst:Mis páginas|networking}}
 
  
  
 
<br />
 
<br />
<br />
 
<div style="
 
padding-left: 23px;
 
">
 
{{#lst:Mis páginas|geo}}
 
</div>
 
</div>
 
 
<br />
 
<br />
 
 
<!--==============================================================================-->
 
|}
 
<section end=Computer_Science_and_IT />
 
__NOTOC__
 

Revision as of 20:49, 13 December 2020

Standard Deviation

https://statistics.laerd.com/statistical-guides/measures-of-spread-standard-deviation.php

The standard deviation is a measure of the spread of scores within a set of data. Usually, we are interested in the standard deviation of a population. However, as we are often presented with data from a sample only, we can estimate the population standard deviation from a sample standard deviation. These two standard deviations - sample and population standard deviations - are calculated differently. In statistics, we are usually presented with having to calculate sample standard deviations, and so this is what this article will focus on, although the formula for a population standard deviation will also be shown.



Population standard deviation ()



Sample standard deviation formula ()

Sometimes our data is only a sample of the whole population. In this case, we can still estimate the Standard deviation; but when we use a sample as an estimate of the whole population, the Standard deviation formula changes to this:




  • The Standard Deviation is the square root of the variance.
  • This measure is the most widely used to express deviation from the mean in a variable.
  • The higher the value the more widely distributed are the variable data values around the mean.
  • Assuming the frequency distributions approximately normal, about 68% of all observations are within +/- 1 standard deviation.
  • Approximately 95% of all observations fall within two standard deviations of the mean (if data is normally distributed).