search for: tinyupload

Displaying 11 results from an estimated 11 matches for "tinyupload".

2009 Dec 11
12
Literature analysis
Dear all, i am new in R. I am writing a review paper about batteries. However, i am interested in analyzing all the papers by keywords, author, references and year. This could be done by "refviz" a software, which is only running on windows machines and which is not free. So my question to you is, is it somehow possible to write a script that can do all of this work? And if yes, with
2010 Aug 07
0
several figures from one Sweave chunk? [solved]
...ly be used instead of Sweave. To echo Dieter's comments, I had some headaches when thinking about the hen and the egg. Hope this helps Liviu [1] http://www.stat.uni-muenchen.de/~leisch/Sweave/FAQ.html#x1-11000A.9 [2] https://stat.ethz.ch/pipermail/r-help/2008-June/164783.html [3] http://s000.tinyupload.com/index.php?file_id=22646520644600938098 [4] http://s000.tinyupload.com/index.php?file_id=73594116524789598605 [5] http://s000.tinyupload.com/index.php?file_id=00010585455841885948 [6] http://biostatmatt.com/archives/573/comment-page-1#comment-770 > > Hope that helps. If you have a specif...
2009 Dec 13
1
debug an error that incapacitates R?
...need to source the following file [1]. Then require(Rcmdr) require(sos) sosInit() and in the box enter a string similar to "asdf ; HTMLgrid". If you enter simple strings such as "asdf", the function will perform as expected and R will not become non-responsive. [1] http://s000.tinyupload.com/index.php?file_id=15379960405416742593 Please let me know of any ideas that would help tackle this one. Thank you Liviu This is a sessionInfo() prior to running the crash-function. > sessionInfo() R version 2.10.0 (2009-10-26) x86_64-pc-linux-gnu locale: [1] LC_CTYPE=en_GB.UTF-8 L...
2013 Mar 30
1
normal mixture EM not working?
Hi, I am currently working on fitting a mixture density to financial data. I have the following data: http://s000.tinyupload.com/?file_id=00083355432555420222 I want to fit a mixture density of two normal distributions. I have the formula: f(l)=πϕ(l;μ1,σ21)+(1−π)ϕ(l;μ2,σ22) my R code is: normalmix<-normalmixEM(dat,k=2,fast=TRUE) pi<-normalmix$lambda[1] mu1<-normalmix$mu[1] mu2<-normalmix$mu[2] si...
2014 Jul 11
2
CentOS 7 Anaconda GUI resolution
...the output of lspci, dmidecode, /tmp, and /var/log in both Normal and Basic Graphics boot modes. The file is 1,692,776 bytes and has the following SHA1 checksum: f9cd800ced963e29d0bb3e4381596dc3b61a4c4c *CentOS7_InstallerResolutionProblem.tar.xz It can be downloaded from this link: http://s000.tinyupload.com/index.php?file_id=55151826488339350948 Daniel Johnson djohnson at progman.us -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlO/N1gACgkQ6vGcUBY+ge+5CwCgnRG1En1ZORoj5Q8tKFyApX13 xukAoJ309KaZJjZAc69REBz9p0J9Yxum =iTJ...
2013 Mar 31
0
Standard error of normalmixEM fit?
...of two gaussians two my data. I now want to calculated the standard errors of the estimates via the boot.se command of the mixtools package. My question is now, if the output is correct? It seems a bit odd to me, so is this correct what I am doing and can I rely on the values? My data: http://s000.tinyupload.com/?file_id=09285782882980618119 My code: normalmix<-normalmixEM(dat,k=2,lambda=c(0.99024,(1-0.99024)),fast=FALSE,maxit=10000,epsilon = 1e-16,maxrestarts=1000) normalmix$loglik normalmix$lambda se<-boot.se(normalmix,B=1000) se$lambda.se se$mu.se se$sigma.se final results:...
2013 Apr 04
0
Std. error of normalmixEM with boot.se
...of two gaussians two my data. I now want to calculated the standard errors of the estimates via the boot.se command of the mixtools package. My question is now, if the output is correct? It seems a bit odd to me, so is this correct what I am doing and can I rely on the values? My data: http://s000.tinyupload.com/?file_id=09285782882980618119 My code: normalmix<-normalmixEM(dat,k=2,lambda=c(0.99024,(1-0.99024)),fast=FALSE,maxit=10000,epsilon = 1e-16,maxrestarts=1000) normalmix$loglik normalmix$lambda se<-boot.se(normalmix,B=1000) se$lambda.se se$mu.se se$sigma.se final results:...
2013 Apr 04
0
Std. error normalmixEM using boot.se
...s two my data. I now want to caluclate the standard errors of the estimates via the boot.se command of the mixtools package. My question is now, if the output is correct? It seems a bit odd to me, so is this correct what I am doing and can I rely on the values? My data can be found at: http://s000.tinyupload.com/?file_id=09285782882980618119 my code: normalmix<-normalmixEM(dat,k=2,lambda=c(0.99024,(1-0.99024)),fast=FALSE,maxit=10000,epsilon=1e-16,maxrestarts=1000) normalmix$loglik normalmix$lambda se<-boot.se(normalmix,B=1000) se$lambda.se se$mu.se se$sigma.se final results: labmdahat=0.9902...
2017 Jun 21
0
Possible Opus 1.2 Problem Sample
...to be made aware of a problem sample. I also thought there is a good chance over-compressing a musical section of 128K MP3 to 28K Opus isn't really an important use case, so no worries. I uploaded a zip containing 7s clips of the original, the Opus 1.1, and Opus 1.2 encodes here: http://s000.tinyupload.com/index.php?file_id=06672937462298552381 The command line used: --quiet --bitrate 28 --vbr --ignorelength Right around 1s is a pronounced guitar pluck that sounds a bit better in the v1.2 encode. Thank you! Around 3s the narrator starts talking. Behind the speaking at around 4.5s are four some...
2009 Aug 26
2
faulty formatting of toLatex(sessionInfo())
...quot; variables means that LaTeX cannot easily find an appropriate place to break the lines, and some will get printed off screen. Below is the text output, and this .pdf document [1] shows the (faulty) tex result. Could anyone suggest how to get around this issue? Thank you Liviu [1] http://s000.tinyupload.com/index.php?file_id=06259544336960829228 > sessionInfo() R version 2.9.1 (2009-06-26) x86_64-pc-linux-gnu locale: LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=en_GB.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_M...
2015 Oct 06
19
[Bug 92306] New: GL Excess demo renders incorrectly on nv43
https://bugs.freedesktop.org/show_bug.cgi?id=92306 Bug ID: 92306 Summary: GL Excess demo renders incorrectly on nv43 Product: Mesa Version: git Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau