similar to: help on regression

Displaying 20 results from an estimated 1000 matches similar to: "help on regression"

2005 Jun 03
2
using so-library involving Taucs
Dear R developers, The trace of the hat matrix H~(n,n) is computed as follows: tr(H) = tr(BS^-1B') = tr(S^-1B'B) := tr(X) = sum(diag(X)) with B~(n,p), S~(p,p). Since p is of the order 10^3 but S is sparse I would like to employ Taucs linear solver ( http://www.tau.ac.il/~stoledo/taucs/ ) on SX = B'B. (Further improvement by implying a looping over i=1,...,p, calling
2009 Nov 01
2
Tutorial for SIP user
Dear all, I'm trying to setup a SIP call with XLITE using my asterisk PBX, but I have trouble, I see on XLITE console: Registration Error: 503 - Service unavailable. Someone have a tutorial or a step by step description how to do that ? Thanks in advance -- Giancarlo Lombardo -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Nov 11
4
Bad quality of call
Hi all, I did some call using an asterisk 1.4 PBX and 2 softphone in a private network; call is up, but with bad quality. Someone knows how to debug this problem ? Thanks in advance for any help. -- Giancarlo Lombardo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091111/83d6d4ff/attachment.htm
2009 Nov 10
1
user extension in asterisk GUI
Hi all, I just configured some user in sip.conf and extensions.conf; they works fine. Now I'm trying to do the same with Extensions feature of FreePBXAdministration, but I cannot see what I have done manualy. Is gui working with other an source, How can I access such data ? Thanks in advance for any suggestion. -- Giancarlo Lombardo -------------- next part -------------- An HTML attachment
2004 Aug 30
3
Generalized Singular Value Decomposition (GSVD)
Dear R-users, I couldn't find a function or some help in R-project web about the Generalized Singular Value Decomposition. In MatLab there is a simple function for this algebric issue (gsvd). Is there anything like that in R? And, if not, could you help me to apply this method in R? Thanks in advance, Giancarlo +++++ This mail has been sent through the MPI for Demographic Rese...{{dropped}}
2009 Oct 23
1
GUI for asterix management
Dear all, I just installed asterixnow, but no graphical interface start automaticaly neither linux nor some other, just command line. Shall I do something or shall I install something more ? Many Thanks in advance for any help. Giancarlo -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Aug 09
1
minimization a quadratic form with some coef fixed and some constrained
Hello, all, I had problems with an extension to a classic optimization problem. The target is to minimize a quadratic form a'Ma with respect to vector b, where vector a=(b',-1)', i.e., a is the expand of b, and M is a symmetric matrix (positive definite if needed). One more constrain on b is b'b=1. I want to solve b given M. I tried but it seems impossible to find an analytic
2007 Apr 20
1
Problem with option -C
Hi All: I'm running rsync version 2.6.6 protocol version 29 on debian uname -a Linux servidor.AERO 2.6.15-23-server #1 SMP Tue May 23 15:10:35 UTC 2006 i686 GNU/Linux When i use the option -C the .exe files doesn't copy to remotely host. The -C options ignore cvs files, but .exe is not a cvs. Why this occur? -- Giancarlo Rubio System Admin ---- "Linux is for people who hate
2006 Apr 19
1
apply(table) miss factor structure
Hi, all. I didn't find something similar to this problem in past list. I have a data frame (named restr) where some columns are factors, like you can see: > table(restr[,"p1"]) 0 1 2 3 4 5 0 26 1 0 1 0 > table(restr[,"p2"]) 0 1 2 3 4 5 6 0 13 11 1 2 1 0 When I use apply, the factor structure is missed: >
2004 Aug 10
1
persp, array and colors
Dear R-users, I'd like to plot a three-dimensional surface and at the meantime I'm using an array. I would like to have the values of my first matrix in the heights of the plot and the colors of the single facet taking into account the second matrix. I hope that the next code will help all of you to understand better my issue, Thanks in advance, Giancarlo ############################ ##
2009 Jun 17
3
tiff() woes
Hello all, a friend has a problem with tiff() which I was unable to help about. I searched the error messages to no avail. When he tries: tiff(filename = "FedeWhyDoesntThisBloodyWork.tif", width = 5, height = 5, units = "cm", bg = "white", res = 1200) Error in tiff(filename = "FedeWhyDoesntThisBloodyWork.tif", width = 5, : unable to start device
2014 Aug 10
2
New Python API? (was: Re: About the return value of value_value)
(renaming subject as I am partially getting off-topic) On Sunday 10 August 2014 16:26:07 Richard W.M. Jones wrote: > > The next issue I see now is about the value_value function. This is > > briefly documented as: "return data length, data type and data of a > > value". > > > > For Perl, Python and OCaml, this is not true. A tuple is returned > >
2009 Oct 27
5
Software for PC-PC voice comunication
I just installed an Asterisknow server can someone suggest a software to be used for a PC - PC voice comunication to test in easy way the functionalities of my server. Thanks in advance for the help -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091027/bb5e7b1a/attachment.htm
2004 Aug 25
5
Something broken in voicemail app??
I updated my source and compiled * last night so I am running CVS-HEAD-08/24/04-23:51:01. This morning I have noticed that when anyone tries to retrieve their voicemail, the voicemail app is not recognizing any digits entered from the phones (cisco 7960's), so It just times-out waiting for digits. Has anyone else seen this problem or could it be something in our environment? TIA, Jamie
2015 Oct 21
3
Extending a Samba4 domain to multi-site
Hi folks, I have been using Samba4 as an Active Directory domain controller with many clients since about 2013, and it is the best. I have recently been asked to extend the AD domain in a clients office, to 6 other physical sites. Rather than reinvent the wheel, what is the best way to accomplish this given the current support in Samba4? Alex Ferrara Director Receptive IT Solutions
2008 Jul 23
3
Constrained coefficients in lm (correction)
Dear list, In my previous email, the model I'd like to estimate is rea=a*st+b*mod+error, where a+b=1 and a,b>0. My apologies for the misunderstanding. Thanks for all your help, Jorge On Wed, Jul 23, 2008 at 3:35 PM, Jorge Ivan Velez <jorgeivanvelez@gmail.com> wrote: > > Dear list, > > I have a data set which looks like myDF (see below) and I'd like to >
2002 Apr 11
3
new acf package
I'm a PhD student and I'm working with covariance function. I'm interested to know if exist some packages in R to calculate and plot the bidimensional Autocovariance Function. the input matrix is a matrix that describe a spatial location over a 2-D space and I want to use it in the same way I can use a time serie in the 1-D acf. Thanks, Nicola.
2002 Apr 11
3
new acf package
I'm a PhD student and I'm working with covariance function. I'm interested to know if exist some packages in R to calculate and plot the bidimensional Autocovariance Function. the input matrix is a matrix that describe a spatial location over a 2-D space and I want to use it in the same way I can use a time serie in the 1-D acf. Thanks, Nicola.
2009 Nov 25
1
R: Re: R: Re: chol( neg.def.matrix ) WAS: Re: Choleski and Choleski with pivoting of matrix fails
Dear Peter, thank you very much for your answer. My problem is that I need to calculate the following quantity: solve(chol(A)%*%Y) Y is a 3*3 diagonal matrix and A is a 3*3 matrix. Unfortunately one eigenvalue of A is negative. I can anyway take the square root of A but when I multiply it by Y, the imaginary part of the square root of A is dropped, and I do not get the right answer. I tried
2004 Apr 22
2
Problems with ADIT600 and T100P
I am having trouble getting my T100P and ADIT 600 talking. I have 2 FXO 8 port cards in the ADIT and a T1 controller card. I have a T1 x-over cable connecting two together. Here are copies of the relevant bits of my zaptel.conf and Zapata.conf Zaptel.conf span=1,0,0,esf,b8zs loadzone=us defaultzone=us Zapata.cfg context=default signalling=fxs_ks group=1 channel => 1-24 My