Displaying 20 results from an estimated 6000 matches similar to: "i want to know about tol in tcp/ip"
2012 Nov 16
1
tol in prcomp
Hi there,
I was wondering if anyone could explain how you should set tol in the prcomp
function.
Using help(prcomp) explains it as "a value indicating the magnitude below
which components should be omitted. (Components are omitted if their
standard deviations are less than or equal to tol times the standard
deviation of the first component.) With the default null setting, no
components
2011 Feb 04
1
Error in solve.default(inf, tol = tol.solve) :
Hello,
I'm trying to run a lagsarlm (maximum likelihood estimation of a spatial lag model) in the spdep library ; but R gives following error message:
Error in solve.default(inf, tol = tol.solve) :
system is computationally singular: reciprocal condition number = 4.20137e-12
I get the same message when I try to run de lagsarlm with a bigger data set (4333 regions).
The command
2016 Mar 24
0
summary( prcomp(*, tol = .) ) -- and 'rank.'
Martin, I fully agree. This becomes an issue when you have big matrices.
(Note that there are awesome methods for actually only computing a small
number of PCs (unlike your code which uses svn which gets all of them);
these are available in various CRAN packages).
Best,
Kasper
On Thu, Mar 24, 2016 at 1:09 PM, Martin Maechler <maechler at stat.math.ethz.ch
> wrote:
> Following from
2004 Aug 06
0
Re: Please confirm your message
speex-dev@xiph.org wrote:
>Hello, this is the mailing list anti-spam filter at Xiph.Org.
>We need you to confirm your e-mail message with the subject of
>"realtime encoding".
>
>Please send a message to the following address, or simply use your
>mailer's "Reply" feature.
>
> speex-dev+confirm+1052924039.22499.5a39af@xiph.org
>
>Rather
2016 Mar 25
0
summary( prcomp(*, tol = .) ) -- and 'rank.'
As I see it, the display showing the first p << n PCs adding up to 100% of the variance is plainly wrong.
I suspect it comes about via a mental short-circuit: If we try to control p using a tolerance, then that amounts to saying that the remaining PCs are effectively zero-variance, but that is (usually) not the intention at all.
The common case is that the remainder terms have a roughly
2016 Mar 25
0
summary( prcomp(*, tol = .) ) -- and 'rank.'
> On 25 Mar 2016, at 10:08 , Jari Oksanen <jari.oksanen at oulu.fi> wrote:
>
>>
>> On 25 Mar 2016, at 10:41 am, peter dalgaard <pdalgd at gmail.com> wrote:
>>
>> As I see it, the display showing the first p << n PCs adding up to 100% of the variance is plainly wrong.
>>
>> I suspect it comes about via a mental short-circuit: If we
2015 Nov 30
1
Re: libvirtd doesn't attach Sheepdog storage VDI disk correctly
Hi,
I tried two different approaches.
1.) Convert an existing Image with qemu-img
================================================
qemu-img convert -t directsync lubuntu-14.04.3-desktop-i386.iso
sheepdog:lubuntu1404.iso
=================================================
results in
====================================================
root@orion2:/var/lib/libvirt/xml# virsh vol-dumpxml --pool
2010 Jun 17
2
Question regarding print
Hi,
Does anybody know how to have output from print, without the leading [1]?
(Or must I use cat/write?)
>out="r15"
>print(out,quote=FALSE)
[1] r15
And I definitely do not want the leading [1] as I want to construct a table
from this.
Ciao, Adolf
------------------------------------------------
Adolf Stips (new email: adolf.stips at jrc.ec.europa.eu)
Global Environment
2016 Mar 24
3
summary( prcomp(*, tol = .) ) -- and 'rank.'
Following from the R-help thread of March 22 on "Memory usage in prcomp",
I've started looking into adding an optional 'rank.' argument
to prcomp allowing to more efficiently get only a few PCs
instead of the full p PCs, say when p = 1000 and you know you
only want 5 PCs.
(https://stat.ethz.ch/pipermail/r-help/2016-March/437228.html
As it was mentioned, we already
2010 Jun 16
1
Help asked for automated generation of ncdf variables
Hi,
I'm using the "ncdf" library for creating ncdf files.
But I need to create about 100 variables per file (e.g. single rivers),
So I do not like to create each variable separately.
Unfortunately I found no way to make this work, as I'm unable to create a
correct list of class "var.ncdf".
###code piece
river=list(mode='var.ncdf', length=nriv)
2011 Dec 12
0
Confidence intervals of gls function?
Dear gls-experts,
while reading and testing some examples of the book
"introductionary time series analysis with R",
I encountered the following fact which puzzles me.
Confidence intervals for global temperature time series (P99)
computed from general least squares (GLS) to fit the time series.
I repeat the example from the book and get the same results:
temp.gls=gls(temp ~
2015 Nov 24
2
libvirtd doesn't attach Sheepdog storage VDI disk correctly
Hi,
I am trying to use libvirt with sheepdog.
I am using Debian 8 stable with libvirt V1.21.0
I am encountering a Problem which already has been reported.
=================================================================
See here: http://www.spinics.net/lists/virt-tools/msg08363.html
=================================================================
qemu/libvirtd is not setting the path
2002 Apr 24
0
No applications work
Hello
I am trying to get wine working for more than half a year.
I intend to run the following applications with wine:
Word 97
Excel 97
PowerPoint 97
Internet Explorer
Outlook Express
PC-bib2
My configuration is as follows:
SuSE Linux 7.1
Kernel 2.2.18
glibc 4.7.6 & 6
gcc 2.95.2
XFree86 4.0.2
Freetype 1.3.1-164 from ftp://ftp.suse.com/pub/suse/i386/7.1/suse/
Freetype2 2.0.5
2011 Dec 11
0
Wine why no audio?
Hi.
Until Fedora 15, I used qsynth+Fluidsynth+alsa+biab and everything worked fine.
But not anymore with Fedora 16. I can't see any midi drivers in band-in-a-box.
I'm sure about my setup. Everything seems fine.
I dont know which one is failing, but I suspect wine. The midi ports are ready:
$ aconnect -o
client 14: 'Midi Through' [type=kernel]
0 'Midi Through
2016 Mar 24
3
summary( prcomp(*, tol = .) ) -- and 'rank.'
I agree with Kasper, this is a 'big' issue. Does your method of taking only
n PCs reduce the load on memory?
The new addition to the summary looks like a good idea, but Proportion of
Variance as you describe it may be confusing to new users. Am I correct in
saying Proportion of variance describes the amount of variance with respect
to the number of components the user chooses to show? So
2016 Mar 25
2
summary( prcomp(*, tol = .) ) -- and 'rank.'
> On 25 Mar 2016, at 10:41 am, peter dalgaard <pdalgd at gmail.com> wrote:
>
> As I see it, the display showing the first p << n PCs adding up to 100% of the variance is plainly wrong.
>
> I suspect it comes about via a mental short-circuit: If we try to control p using a tolerance, then that amounts to saying that the remaining PCs are effectively zero-variance, but
2004 Dec 09
0
samba PDC + LDAP auth
I setup my samba sever to use ldap as a backend for authentication I can connect to the ldap directory using ldapAdmin from windows xp and diradmin in FC3 and administer the ldap directory but when I issue a command from the teminal window ( smbpasswd -a test I got the following error.
ldap_initialized: time limit exceeded connetion to LDAP sever failed fot the 1 try
ldap_initialized: time limit
2015 Nov 30
0
Re: libvirtd doesn't attach Sheepdog storage VDI disk correctly
2015-11-24 15:33 GMT+03:00 Adolf Augustin <adolf.augustin@zettamail.de>:
> t should have been solved in libvirt 1.2.17
>
> See here: https://libvirt.org/news.html
>
> =====================================================
> ....
> update sheepdog client] update sheepdog client path (Vasiliy Tolstov),
> .....
> =====================================================
2015 Dec 09
0
virt-manager 1.3.1 - broken ?? (Ubuntu 14.04 )
Hi,
i just upgraded to virt-manager 1.3.1 (Kubuntu 14.04 with getdeb).
I can connect to a remote Hypervisor (libvirtd/KVM) but when i try to
"open" a VM, virt-manager gives me the following error:
==============================================================================
summary=Fehler beim Starten der Details: Namespace Vte not available for
version 2.91
details=Fehler beim
2008 Aug 14
1
Multithreading
we people are new team for ruby. we trying to put multithreading in our
code. how is it possible? we want to read a message from queue and
process that message parellaly and finally insert the message to the DB.
Can you give me the Idea please.
we want to process 7000 to 10000 message and store it to the Database
perminute. we are trying through threads. can you please help me how we
do?