search for: bibliografia

Displaying 8 results from an estimated 8 matches for "bibliografia".

2017 Apr 06
2
Can not change the share permissions
...problem, but when I try with the Security tab never let me, because of Not access, permission denied. From the network, I can see the share, but can not access to it or the content. Locally (in the CentOS7 PC with samba4) I can change the owner and permission of the directory: chmod -R 770 /samba/bibliografia/ chown -R 'ATGTM00\Administrator':'ATGTM00\Domain Admins' /samba/bibliografia/ I test and I guest is Ok: [root at gtmpve /]# getfacl --access /samba/bibliografia getfacl: Eliminando '/' inicial en nombres de ruta absolutos # file: samba/bibliografia # owner: ATGTM00\134adm...
2017 Dec 27
2
Numerical stability in chisq.test
The chisq.test on line 57 contains following code: STATISTIC <- sum(sort((x - E)^2/E, decreasing = TRUE)) However, based on book "Accuracy and stability of numerical algorithms" available from: http://ftp.demec.ufpr.br/CFD/bibliografia/Higham_2002_Accuracy%20and%20Stability%20of%20Numerical%20Algorithms.pdf Table 4.1 on page 89, it is better to sort the data in increasing order than in decreasing order, when the data are non-negative. An example: x = matrix(c(rep(1.1, 10000)), 10^16, nrow = 10001, ncol = 1) # We have a vecto...
2017 Jan 13
3
input en markdown
Hola lista: Una duda rápida (espero). ¿Se puede hacer un "inlcude" o un "input" en markdown? sin emplear Rmarkdown o knitr.... solo puro markdown, de modo que por ejemplo github lo interprete o un visor básico de markdown. la idea es q un file muestre(contenga) todo pero tener la info distribuida en varios files. Gracias. -- Antonio Maurandi López Sec. Apoyo
2017 Jan 13
2
input en markdown
...itura_musical.md \ > Capitulos/Historia_mundial.md \ > Capitulos/Historia_esp.md \ > Capitulos/Mujeres_rockeras.md \ > Capitulos/composiciones_representativas.md \ > Capitulos/Grandes_interpretes_mundial.md \ > Capitulos/Lista_de_audiciones.md \ > Capitulos/Bibliografia.md > > ------------- Fin de guión ----------- > > El 00_Esqueleto es donde va el título y alguna cosa más, p. ej. la > introducción: > > ----------- Archivo inicial ------------ > $ cat ~/Proyectos/Varios/banda_de_rock/00_Esqueleto.md > --- > Title: Banda de rock y gen...
2017 Dec 28
0
Numerical stability in chisq.test
...seems to be ## a sensible way to deal with rounding issues (PR#3486): STATISTIC <- sum(sort((x - E) ^ 2 / E, decreasing = TRUE)) -k > However, based on book "Accuracy and stability of numerical algorithms" available from: > http://ftp.demec.ufpr.br/CFD/bibliografia/Higham_2002_Accuracy%20and%20Stability%20of%20Numerical%20Algorithms.pdf > Table 4.1 on page 89, it is better to sort the data in increasing order than in decreasing order, when the data are non-negative. > An example: > x = matrix(c(rep(1.1, 10000)), 10^16, nrow = 10001, ncol = 1) #...
2017 Dec 27
0
Numerical stability in chisq.test
The chisq.test contains following code: STATISTIC <- sum(sort((x - E)^2/E, decreasing = TRUE)) However, based on book Accuracy and stability of numerical algorithms <http://ftp.demec.ufpr.br/CFD/bibliografia/Higham_2002_Accuracy%20and%20Stability%20of%20Numerical%20Algorithms.pdf> Table 4.1 on page 89, it is better to sort the data in increasing order than in decreasing order, when the data are non-negative. A demonstrative example: x = matrix(c(rep(1.1, 10000)), 10^16, nrow = 10001, ncol = 1) #...
2010 Dec 23
1
Running sweave automatically using cygwin
...l ======================================== Rnw file \documentclass[12pt,oneside,a4paper]{article} \usepackage[latin1]{inputenc} \usepackage[brazil]{babel} \usepackage{amsthm,amsfonts,bm} \usepackage{graphicx} \usepackage[T1]{fontenc} \usepackage{ae} \usepackage[alf,bibjustif,recuo=1cm]{abntcite} %bibliografia da ABNT \usepackage{setspace} \usepackage[charter]{mathdesign} \usepackage{graphicx} \usepackage{Sweave} \bibliographystyle{abnt-alf} \onehalfspacing \setlength\parskip{0.5cm} % espa?amento entre par?grafos \title{MP 187: Statistical Models with missing values \\Final Test} \author{Raquel Ran...
2017 Dec 28
1
Numerical stability in chisq.test
...les in the same way. "Fixing" the code may therefore unfix PR#3486; at the very least some care is required if this is modified. -pd > >> However, based on book "Accuracy and stability of numerical algorithms" available from: >> http://ftp.demec.ufpr.br/CFD/bibliografia/Higham_2002_Accuracy%20and%20Stability%20of%20Numerical%20Algorithms.pdf >> Table 4.1 on page 89, it is better to sort the data in increasing order than in decreasing order, when the data are non-negative. > >> An example: >> x = matrix(c(rep(1.1, 10000)), 10^16, nrow = 10001...