search for: seidel

Displaying 20 results from an estimated 60 matches for "seidel".

Did you mean: keidel
2017 Jul 13
2
Question on Simultaneous Equations & Forecasting
Frances, I would not advise Gauss-Seidel for non linear models. Can be quite tricky, slow and diverge. You can write your model as a non linear system of equations and use one of the nonlinear solvers. See the section "Root Finding" in the task view NumericalMathematics suggesting three packages (BB, nleqslv and ktsolve). These...
2013 Aug 12
1
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
...rks, such as: >>      SingleSource/Benchmarks/Misc/salsa20        -97.84% >>      SingleSource/Benchmarks/Polybench/linear-algebra/solvers/lu/lu        -85.01% >>      MultiSource/Applications/obsequi/Obsequi        -57.12% >>      SingleSource/Benchmarks/Polybench/stencils/seidel-2d/seidel-2d        -50.00% >>      MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm        -40.09% >>      MultiSource/Benchmarks/mediabench/gsm/toast/toast       -39.91% >>      SingleSource/Benchmarks/Misc/whetstone       -39.02% >>      MultiSource/Benchmarks/med...
2013 Aug 11
2
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
...d of Polly for a large number of benchmarks, such as:     SingleSource/Benchmarks/Misc/salsa20        -97.84%     SingleSource/Benchmarks/Polybench/linear-algebra/solvers/lu/lu        -85.01%     MultiSource/Applications/obsequi/Obsequi        -57.12%     SingleSource/Benchmarks/Polybench/stencils/seidel-2d/seidel-2d        -50.00%     MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm        -40.09%     MultiSource/Benchmarks/mediabench/gsm/toast/toast       -39.91%     SingleSource/Benchmarks/Misc/whetstone       -39.02%     MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg       -38.07%...
2017 Jul 13
0
Question on Simultaneous Equations & Forecasting
...ot touched the system.fit package for quite some time, but to solve your problem the following two pointers might be helpful: 1) Recast your model in the revised form, i.e., include your identity directly into your reaction functions, if possible. 2) For solving your model, you can employ the Gau?-Seidel method (see https://en.wikipedia.org/wiki/Gauss%E2%80%93Seidel_method). This has not only the advantage of generating forecasts, in terms of your exogenous variables, but you can also compute 'dynamic ex post' forecasts. This is probably the most powerful testing for dynamic simultaneous eq...
2002 Aug 13
1
Ex ante forecasting from structural equation models (SEM package)
Dear Helplist, I want to produce forecasts from a structural equation model. With the SEM package the model setup and its estimation is possible. However, I have not figured out how to obtain ex ante forecasts, i.e. applying the Gauss-Seidel algorithm to the estimated structural equations for provided values of the exogenous variables (i.e.: y_t = -inv(A)*B*x_t). Does anyone know if the there is a function for producing such forecasts via Gauss-Seidel or what other functions are supporting objects of class 'SEM' or model notat...
2017 Jul 13
0
Question on Simultaneous Equations & Forecasting
...r?ngliche Nachricht----- Von: Berend Hasselman [mailto:bhh at xs4all.nl] Gesendet: Donnerstag, 13. Juli 2017 10:53 An: OseiBonsu, Frances Cc: Pfaff, Bernhard Dr.; r-help at r-project.org Betreff: [EXT] Re: [R] Question on Simultaneous Equations & Forecasting Frances, I would not advise Gauss-Seidel for non linear models. Can be quite tricky, slow and diverge. You can write your model as a non linear system of equations and use one of the nonlinear solvers. See the section "Root Finding" in the task view NumericalMathematics suggesting three packages (BB, nleqslv and ktsolve). These...
2010 Oct 05
0
[LLVMdev] Multithreaded code generation
...this area I think this is the way to go: 1. Have a look at pluto[1] Pluto is a source to source compiler that can auto parallelize hand selected code. To check how it works I attached you an example, where it translates normal C code to OpenMP parallelized code. Compile it like this: gcc -O3 seidel.c -o seidel_sequential gcc -O3 -fopenmp -lm seidel.par.c -o seidel_parallel I tried this on a 2 Core / 4 Thread Intel processor $ time ./seidel_sequential real 0m6.923s user 0m6.890s sys 0m0.010s $ time ./seidel_parallel real 0m2.710s user 0m10.730s sys 0m0.010s One way to get this feature au...
2017 Jul 13
1
Question on Simultaneous Equations & Forecasting
...selman [mailto:bhh at xs4all.nl] > Gesendet: Donnerstag, 13. Juli 2017 10:53 > An: OseiBonsu, Frances > Cc: Pfaff, Bernhard Dr.; r-help at r-project.org > Betreff: [EXT] Re: [R] Question on Simultaneous Equations & Forecasting > > Frances, > > I would not advise Gauss-Seidel for non linear models. Can be quite tricky, slow and diverge. > > You can write your model as a non linear system of equations and use one of the nonlinear solvers. > See the section "Root Finding" in the task view NumericalMathematics suggesting three packages (BB, nleqslv and...
2017 Jul 12
2
Question on Simultaneous Equations & Forecasting
Hello, I have estimated a simultaneous equation model (similar to Klein's model) in R using the system.fit package. I have an identity equation, along with three other equations. Do you know how to explicitly identify the identity equation in R? I am also trying to forecast the dependent variables in the simultaneous equation model, while incorporating the identity equation in the
2013 Aug 11
0
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
...umber of benchmarks, such as: > SingleSource/Benchmarks/Misc/salsa20 -97.84% > SingleSource/Benchmarks/Polybench/linear-algebra/solvers/lu/lu -85.01% > MultiSource/Applications/obsequi/Obsequi -57.12% > SingleSource/Benchmarks/Polybench/stencils/seidel-2d/seidel-2d -50.00% > MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm -40.09% > MultiSource/Benchmarks/mediabench/gsm/toast/toast -39.91% > SingleSource/Benchmarks/Misc/whetstone -39.02% > MultiSource/Benchmarks/mediabench/jpeg/jpe...
2004 Jul 30
6
2 Server's over VPN
Hi, I'm installing a VPN bridge. So the localareas are on the same IP class and we have broadcast And i want on both ends to have a Samba Server what do you recomend??? I'm Using mobile profiles so its better on each end we have its on profile
2010 Oct 05
3
[LLVMdev] Multithreaded code generation
Hi yes, I'm asking for any advice, I want to implement multithreaded code generator in LLVM. tnx --- On Tue, 10/5/10, Duncan Sands <baldrick at free.fr> wrote: From: Duncan Sands <baldrick at free.fr> Subject: Re: [LLVMdev] Multithreaded code generation To: llvmdev at cs.uiuc.edu Date: Tuesday, October 5, 2010, 10:50 AM Hi Hamed, > I want to use LLVM to automatically
2003 Jul 24
0
Re: I am puzzled about something in pnorm in R (PR#3545)
.... although perhaps not written for clarity, i think what appears in the code is correct. the routine only guarantees that one of cum or ccum has a valid return value depending on i_tail (the other might as well be garbage, but that isn't what's returned). j On Wed, 9 Jul 2003 Henrik.Seidel@schering.de wrote: > Hello, > > I am a bit puzzled about the "swap_tail" macro in pnorm.c of the R sources. > I cite: > > #define swap_tail \ > if (x > 0.) {/* swap ccum <--> cum */ \ > temp = *cum; if(l...
2005 Jan 21
3
Netlogon scripts
Hi List, maybe i missed a hint on google, but i didn?t find a answer to following question: is it possible to cascade the logon scripts...? for example: there is a standard script for all client-pc?s called: netlogon.bat and in addition there is for some client-pc?s a additional script called by the %m switch in smb.conf kind regards Arno
2004 Jul 05
7
Wishlist for v4.0 Integration / Setup of samba.
Is there maybe a way to consolidate (At the developer level) all of the tools and methods into one concise list. samba is not really tightly integrated with the OS, Is there maybe a way to re-organise the way samba works? maybe to make it completely emulate the way it works on the windows command line? for example make everything integrated into the net command..... net use (file system
2010 Feb 24
4
Re: [Xen-changelog] [xen-3.4-testing] x86: Generalise BUGFRAME_dump mechanism to allow polled UART irq to
FYI, I see the following build error with this patch... MRJ ---- new warnings/errors for xen ---- keyhandler.c: In function `__dump_execstate'': keyhandler.c:96: warning: asm operand 1 probably doesn''t match constraints gmake[5]: *** [keyhandler.o] Error 1 gmake[4]: *** [/tank/ws/xvm-3.4.3/xen.hg/xen/common/built_in.o] Error 2 gmake[3]: *** [/tank/ws/xvm-3.4.3/xen.hg/xen/xen]
2004 Apr 06
3
Samba-3 openldap gssapi auth to kerberos
Hi! How do I configure smb.conf and/or Pam as a single sign on server if I have a LDAP server with a Kerberos as password backend through gssapi? I only see either Samba/ldap as PDC or Samba/kerberos with ads on the Internet. Not both at the same time? I've already configured samba with LDAP and Kerberos support. Everything seams to works. I also configured Samba with ads and Pam support if
2010 Feb 07
3
using a variable name stored in another variable?
Hello, I'm trying to figure out how to create a data object, and then save it with a user-defined name that is input as a command line argument. I know how to create the object and assign it the new name, however, I can't figure out how to refer to the new name for a future operation such as save(). The code below creates an object and uses assign() to give it the user supplied name
2008 Jan 28
4
GridTableBase
...you further. <br> Thank you for your cooperation. Please contact your local IT staff or email <a href="mailto:info@siltronic.com?subject=Disclaimer">info@siltronic.com</a> if you need assistance. <br>&nbsp;<br> Siltronic AG, Sitz M&uuml;nchen, Hanns-Seidel-Platz 4, 81737 M&uuml;nchen, Germany. Amtsgericht M&uuml;nchen HRB 150884 <br> Vorstand: Wilhelm Sittenthaler (Vorsitz), Gerhard Brehm, Paul Lindblad, Joachim Manke, Michael Peterat. Vorsitzender des Aufsichtsrats: Peter-Alexander Wacker </FONT></FONT></SPAN></P&g...
2007 Apr 18
1
[Bridge] patch for a message bug
Hi! Jens Seidel reported a bug to Debian about a wrong message on brctl, you can see it at http://bugs.debian.org/383938, it is kind of the continuation of the ENODEV bug #348617 that was already patched by Stephen on the git. I have applied the same solution that Stephen applied for the first one, follows the pa...