classe_estatistica-php.html
11.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><title>Estatística - I3Geo</title><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script><script language=JavaScript src="../javascript/searchdata.js"></script></head><body id=ContentPage onLoad="NDOnLoad()"><script language=JavaScript><!--
if (browserType) {document.write("<div id=" + browserType + ">");if (browserVer) {document.write("<div id=" + browserVer + ">"); }}// --></script>
<!-- Generated by Natural Docs, version Development Release 02-10-2007 (1.35 base) -->
<!-- http://www.naturaldocs.org -->
<!-- saved from url=(0026)http://www.naturaldocs.org -->
<div id=Content><div class="CSection CTopic" id=MainTopic><h1 class=CTitle><a name="Estatística"></a>Estatística</h1><div class=CBody><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#Estatística" >Estatística</a></td><td class=SDescription></td></tr><tr class="SGeneric SIndent1 SMarked"><td class=SEntry><a href="#Licença" >Licença</a></td><td class=SDescription>I3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#Files" >Files</a></td><td class=SDescription></td></tr><tr class="SFile SIndent2 SMarked"><td class=SEntry><a href="#classe_estatistica.php" >classe_estatistica.php</a></td><td class=SDescription>19/6/2007</td></tr><tr class="SClass"><td class=SEntry><a href="#estatistica" >estatistica</a></td><td class=SDescription>Gera cálculos estatísticos de uma série de dados</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#estatistica.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#estatistica.calcula" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">calcula</a></td><td class=SDescription>Executa cálculos sobre um conjunto de dados</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>
<div class="CGeneric CTopic"><h3 class=CTitle><a name="Licença"></a>Licença</h3><div class=CBody><p class=CParagraph>I3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet</p><p class=CParagraph>Direitos Autorais Reservados © 2006 Ministério do Meio Ambiente Brasil Desenvolvedor: Edmar Moretti <a href="#" onClick="location.href='mai' + 'lto:' + 'edmar.' + 'moretti' + '@' + 'mma.g' + 'ov.br'; return false;" class=LEMail>edmar.<span style="display: none">.nosp@m.</span>moretti<span>@</span>mma.g<span style="display: none">.nosp@m.</span>ov.br</a></p><p class=CParagraph>Este programa é software livre; você pode redistribuí-lo e/ou modificá-lo sob os termos da Licença Pública Geral GNU conforme publicada pela Free Software Foundation; tanto a versão 2 da Licença. Este programa é distribuído na expectativa de que seja útil, porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. Consulte a Licença Pública Geral do GNU para mais detalhes. Você deve ter recebido uma cópia da Licença Pública Geral do GNU junto com este programa; se não, escreva para a Free Software Foundation, Inc., no endereço 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA.</p></div></div>
<div class="CGroup CTopic"><h3 class=CTitle><a name="Files"></a>Files</h3></div>
<div class="CFile CTopic"><h3 class=CTitle><a name="classe_estatistica.php"></a>classe_estatistica.php</h3><div class=CBody><p class=CParagraph>19/6/2007</p></div></div>
<div class="CClass CTopic"><h2 class=CTitle><a name="estatistica"></a>estatistica</h2><div class=CBody><p class=CParagraph>Gera cálculos estatísticos de uma série de dados</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SGroup"><td class=SEntry><a href="#estatistica.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#estatistica.calcula" id=link2 onMouseOver="ShowTip(event, 'tt1', 'link2')" onMouseOut="HideTip('tt1')">calcula</a></td><td class=SDescription>Executa cálculos sobre um conjunto de dados</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>
<div class="CGroup CTopic"><h3 class=CTitle><a name="estatistica.Functions"></a>Functions</h3></div>
<div class="CFunction CTopic"><h3 class=CTitle><a name="estatistica.calcula"></a>calcula</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>function calcula(</td><td class=PParameter nowrap>$valores</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Executa cálculos sobre um conjunto de dados</p><h4 class=CHeading>parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>$valores</td><td class=CDLDescription>array com os valores</td></tr></table><h4 class=CHeading>return</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>$resultado</td><td class=CDLDescription>valores de cada parâmetro calculado</td></tr><tr><td class=CDLEntry>$indice</td><td class=CDLDescription>nome de cada parâmetro</td></tr></table></div></div>
</div><!--Content-->
<div id=Footer>http://mapas.mma.gov.br/i3geo · Última atualização Aug 7th · <a href="http://www.naturaldocs.org">Generated by Natural Docs</a></div><!--Footer-->
<div id=Menu><div id=MTitle>I3Geo<div id=MSubTitle>Interface Integrada de Ferramentas de Geoprocessamento para Internet</div></div><div class="MFile MEntry"><a href="pega_variaveis-php.html">A - Carrega as variáveis passadas como POST ou GET</a></div><div class="MFile MEntry"><a href="mapa_controle-php.html">A - Controle das requisições em Ajax</a></div><div class="MFile MEntry"><a href="carrega_ext-php.html">A - Extensões PHP</a></div><div class="MFile MEntry"><a href="funcoes_gerais-php.html">A - Funções compartilhadas</a></div><div class="MFile MEntry"><a href="mapa_inicia-php.html">A - Inicializa o mapa</a></div><div class="MFile MEntry"><a href="admin-php.html">Administração</a></div><div class="MFile MEntry"><a href="classe_analise-php.html">Análise</a></div><div class="MGroup MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Aplicativos</a><div class=MGroupContent id=MGroupContent1><div class="MFile MEntry"><a href="../files/i3geonaocompacto-js.html">$i</a></div><div class="MFile MEntry"><a href="../files/compactajs-php.html">A - Compacta js e css</a></div><div class="MFile MEntry"><a href="../files/datadownload-js.html">datadownload.js</a></div><div class="MFile MEntry"><a href="../files/ferramentas-js.html">ferramentas.js</a></div><div class="MFile MEntry"><a href="../files/ferramentasadmin-js.html">ferramentasadmin.js</a></div><div class="MFile MEntry"><a href="../files/funcoes-js.html">funcoes.js</a></div><div class="MFile MEntry"><a href="../files/i3geo-js.html">i3geo.js</a></div><div class="MFile MEntry"><a href="../files/i3geo_tudo_compacto-js.html">i3geo_tudo_compacto.js</a></div><div class="MFile MEntry"><a href="../files/i3geoadmin-js.html">i3geoadmin.js</a></div><div class="MFile MEntry"><a href="../files/iniciamma-js.html">iniciamma.js</a></div><div class="MFile MEntry"><a href="../files/menususpenso-js.html">Menu suspenso</a></div><div class="MFile MEntry"><a href="../files/redesenho-js.html">redesenho.js</a></div><div class="MFile MEntry"><a href="../files/wscliente-js.html">wscliente.js</a></div></div></div><div class="MFile MEntry"><a href="classe_atributos-php.html">Atributos</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Class Index</a></div><div class="MFile MEntry"><a href="classe_alteraclasse-php.html">Classes e estilos</a></div><div class="MFile MEntry"><a href="class-palette-php.html">Degradê</a></div><div class="MFile MEntry"><a href="classe_escala-php.html">Escala</a></div><div class="MFile MEntry" id=MSelected>Estatística</div><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Files.html">File Index</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Function Index</a></div><div class="MFile MEntry"><a href="graficos-php.html">Gráficos R</a></div><div class="MFile MEntry"><a href="classe_imagem-php.html">Imagem</a></div><div class="MFile MEntry"><a href="classe_legenda-php.html">Legenda</a></div><div class="MFile MEntry"><a href="classe_mapa-php.html">Mapa</a></div><div class="MFile MEntry"><a href="classe_menutemas-php.html">Menu</a></div><div class="MFile MEntry"><a href="classe_vermultilayer-php.html">Multilayer</a></div><div class="MFile MEntry"><a href="classe_navegacao-php.html">Navegação</a></div><div class="MFile MEntry"><a href="wmswfs-php.html">OGC</a></div><div class="MFile MEntry"><a href="graficopizza-php.html">Pizza</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Property Index</a></div><div class="MFile MEntry"><a href="classe_selecao-php.html">Seleção</a></div><div class="MFile MEntry"><a href="classe_shp-php.html">Shape</a></div><div class="MFile MEntry"><a href="classe_temas-php.html">Temas</a></div><div class="MFile MEntry"><a href="classe_toponimia-php.html">Toponímia</a></div><div class="MIndex MEntry"><a href="../index/Variables.html">Variable Index</a></div><div class="MFile MEntry"><a href="wscliente-php.html">WS Cliente</a></div><script type="text/javascript"><!--
var searchPanel = new SearchPanel("searchPanel", "HTML", "../search");
--></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Properties">Properties</option><option value="Variables">Variables</option></select></div><div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div><script language=JavaScript><!--
if (document.getElementById){for (var menu = 1; menu < 2; menu++){document.getElementById("MGroupContent" + menu).style.display = "none";};}// --></script></div><!--Menu-->
<!--START_ND_TOOLTIPS-->
<div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>function calcula(</td><td class=PParameter nowrap>$valores</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Executa cálculos sobre um conjunto de dados</div></div><!--END_ND_TOOLTIPS-->
<script language=JavaScript><!--
if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>