search for: longrun

Displaying 20 results from an estimated 21 matches for "longrun".

Did you mean: long_run
2006 Jul 10
2
''uninitialized constant'' error
...new to Ruby and backgroundRB. I am trying to run a simple example in Windows to get my feet wet with backgroundRB and am running into an ''uninitialized constant'' error when I invoke the controller on my rails app. In ''MyTest'' Controller ------------------- def longrun session[:job_key] = MiddleMan.new_worker(:class => :tail_worker, :args => {:baz => ''hello!'', :qux => ''another arg!''}) end In cookbook\lib\workers\tail_worker.rb ----------------------------------------------- class TailWorker < BackgrounDR...
2012 Apr 02
2
Default parameter values in R functions?
Hi all, I have a newbie question: If I have a function with the following documentation: ca.jo(x, type = c("eigen", "trace"), ecdet = c("none", "const", "trend"), K = 2, spec=c("longrun", "transitory"), season = NULL, dumvar = NULL) Let's take "type" as an example... if I omit this parameter when calling the function, what's going to be the default value for this parameter? Amazingly the documentation didn't say which one is the default....
2023 Nov 04
2
EPYC Quantum 1500va
...ont-init: info: /etc/cont-init.d/nut.sh exited 0 cont-init: info: running /etc/cont-init.d/nutclient.sh cont-init: info: /etc/cont-init.d/nutclient.sh exited 0 s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting services-up: info: copying legacy longrun upsd (no readiness notification) services-up: info: copying legacy longrun upsmon (no readiness notification) s6-rc: info: service legacy-services successfully started [17:19:23] INFO: Starting the UPS information server... 0.000000 fopen /run/nut/upsd.pid: No such file or directory 0.000112...
2012 May 25
2
Collecting results of a test with array
...ng to perform a test } # that compares them 2 by 2 # ################# #trace statistic test<-data.frame() cval<-array( , dim=c(2,3,12)) for (i in 2:12){ for (k in 1:2){ for (j in 1:3){ result[k,j,i]<- ((ca.jo(data.frame(x[i]),ecdet="none",type="trace", spec="longrun",K=2))@cval[k,j]) }}} I have a problem in collecting the results of a test. The function ca.jo creates an object with various attributes, one of which is the "cval" that i can access through @cval. The attribute cval is an object of dimension 2X3. I am running recursively the test w...
2005 Feb 25
1
summary method in URCA package doesn't work
...ckage? I'm sure this is in some documentation somewhere, but after (admittedly quickly) scanning several docs, I've not found any help on this. Thank you. data(finland) sjf <- finland sjf.vecm <- ca.jo(sjf, constant=FALSE, type="eigen", K=2, spec="longrun", season=4, ctable="A2") summary(sjf.vecm) [[alternative HTML version deleted]]
2011 Mar 30
1
VECM with UNRESTRICTED TREND
...ricted trend" (aka "case 5") option as a deterministic term? As far as I know, ca.jo in urca package allows for "restricted trend" only [vecm <- ca.jo(data, type = "trace"/"eigen", ecdet = "trend", K = n, spec = "transitory"/"longrun")]. Obviously, I don't have to do this in urca, so if another package gives the possibility, please let me know too! Thanks in advance! Greg [[alternative HTML version deleted]]
2011 Apr 29
1
question of VECM restricted regression
...9;ect', 'sd' and 'LRM.dl1 in the following practice: #OLS retricted VECM regression data(denmark) sjd <- denmark[, c("LRM", "LRY", "IBO", "IDE")] sjd.vecm<- ca.jo(sjd, ecdet = "const", type="eigen", K=2, spec="longrun", season=4) sjd.vecm.rls<-cajorls(sjd.vecm,r=1) summary(sjd.vecm.rls$rlm) sjd.vecm.rls$beta Response LRM.d : Call: lm(formula = substitute(LRM.d), data = data.mat) Residuals: Min 1Q Median 3Q Max -0.027598 -0.012836 -0.003395 0.015523 0.056034 Coefficients:...
2011 Nov 11
1
Fwd: Use of R for VECM
...ode and one segment fo the output (other parts of the output are repeatitive) are as follows. > us=read.table("usdata.1995-2009.txt",header=T) > sjd<-us[,c("Y","C")] > sjd.vecm1 <- ca.jo(sjd, ecdet='const', type="eigen", K=3, spec="longrun", + season=4) > sjd.vecm2 <- ca.jo(sjd, ecdet='const', type="eigen", K=3, spec="transitory", + season=4) > sjd.vecm.ols1 <- cajools(sjd.vecm1) > sjd.vecm.ols2 <- cajools(sjd.vecm2) > summary(sjd.vecm.ols1) Response Y.d : Call: lm(formula = subs...
2017 Mar 08
2
ORC C Interface & JITEventListeners
Hi, I am working on using LLVM to compile parts of longrunning PostgreSQL queries into native code for faster code execution. As postgres is, nearly, entirely written in C and has long-lived (5 years) supported branches (making the higher API stability important), I'm currently using the C API. I started out using MCJIT but it looks like that's s...
2005 Dec 20
0
Help with ca.jo and cajools (Johansen's Cointegration)
I am trying to run a conintegration analysis. I am a former user of S-Plus and understand the output of the coint and VECM output, but I am having trouble understanding the equivalent output in R. Here is what I ran > coint=ca.jo(data,constant=T,K=2,spec="longrun") > summary(coint) The first portion of the output that I did not understand [,1] [,2] [,3] y1 1.000000 1.000000 1.000000 y2 -1.114734 -2.461872 -2.216456 constant 1.364641 7.473149 7.331977 >From this i think that y1 - 1.143*y2 + 1.36 ~ I(0) Wh...
2010 Dec 01
0
Beta values ca.jo
...know how can I calculate the value of the beta parameter when I know the number of cointegrating relationships between two variables. I mean, I using the procedure: ca.jo I do the following: summary (ca.jo (UR [, c (2.52)], type = "trace" ECDET = "trend", K = 2, spec = "longrun")) given that there is a cointegration relationship as I can get the values of B restricted? There is an object "V" for that feature but I can not apply. Thank in advance [[alternative HTML version deleted]]
2011 Apr 16
1
cajolst
Dear R users, I am quite new to R, so most of the problems I've encountered working with it are technical, absurd or simple things. Sorry. Despite this, I am struggling with cajolst function for a day and still nothing. The problem is that I can't get an estimate for the break point (which is in the slot "bpoint") by using cajolst function. Finally, I've tried Johansen and
2008 Sep 23
2
More on Linux on the OQO
...fig set CONFIG_HPET_RTC_IRQ to 'y'. This enables the high performance event timer irq and in the process disables the rtc driver interrupt code: CONFIG_HPET_RTC_IRQ=y" How do I do this with the Centos kernel? "4. ACPI processor module (idle handler) interferes with transmeta longrun scaling. Set ACPI_PROCESSOR to 'n' or not set # CONFIG_ACPI_PROCESSOR is not set" Does this mean I have acpi=none in the kernel line? I really hope not. "5. Kernel preempting option currently causes a bug to show up in the wifi drivers, turn it off CONFIG_PREEMPT=n"...
2014 Oct 29
0
[Xen-devel] [RFC] Hypervisor RNG and enumeration
...o dom0. I think a fully general interface based purely on MSRs makes that difficult in a number of ways: * Currently I don't think there is any way in Xen to cause MSR accesses to be passed to toolstack support programs. * In some configurations, Xen PV domains do not have a suitable longrunning service process to handle requests of this kind. * MSR reads of this kind might be expected to be fast but if they involve trapping to a service domain they might be very slow. * This interface is very x86-specific. It seems to me that the real need for this facility is to provide a go...
2014 Oct 29
3
[Xen-devel] [RFC] Hypervisor RNG and enumeration
...interface based purely on MSRs makes that > difficult in a number of ways: > > * Currently I don't think there is any way in Xen to cause MSR > accesses to be passed to toolstack support programs. > > * In some configurations, Xen PV domains do not have a suitable > longrunning service process to handle requests of this kind. > > * MSR reads of this kind might be expected to be fast but if they > involve trapping to a service domain they might be very slow. I have no objection to specifying that these reads may be quite slow. Guests should only use them...
2014 Oct 29
3
[Xen-devel] [RFC] Hypervisor RNG and enumeration
...interface based purely on MSRs makes that > difficult in a number of ways: > > * Currently I don't think there is any way in Xen to cause MSR > accesses to be passed to toolstack support programs. > > * In some configurations, Xen PV domains do not have a suitable > longrunning service process to handle requests of this kind. > > * MSR reads of this kind might be expected to be fast but if they > involve trapping to a service domain they might be very slow. I have no objection to specifying that these reads may be quite slow. Guests should only use them...
2019 Aug 19
3
[ORC] Removing / replacing JITDylibs
Hi, I'm working on a runtime autotuner that utilizes ORCv2 JIT (I'm closely tracking tip-of-tree), so linking new object files and patching in the new function(s) will happen frequently. One of the concerns my runtime system has is the ability to do one of the following: (1) replacement of the contents of a JITDylib with a new object file [to provide semi-space GC-style reclaiming], (2)
2005 May 24
28
Xen & Transmeta (from xen-users)
All- With suggestions from Ian and previous posts on this list, I''ve been investigating why Xen causes a Transmeta-based system to reboot immediately.. I''ve added instrumentation to xen/arch/x86/boot/x86_32.S (a collection of ''.asciz "foo"'' statements) hoping to locate a point of failure.. and it dies sometime before this code is run.. At what point
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which does not have a sys/dir.h nix_io.c:5:21: sys/dir.h: No such file or directory make: *** [nix_io.o] Error 1 I couldn''t find an obvious way around this... any suggestions? Thanks, Rich Marisa Cornell Information Technologies Cornell University
2014 Oct 29
11
[RFC] Hypervisor RNG and enumeration
Here's a draft CommonHV spec. It's also on github: https://github.com/amluto/CommonHV So far, this provides a two-way RNG interface, a way to detect it, and a way to detect other hypervisor leaves. The latter is because, after both the enormous public thread and some private discussions, it seems that detection of existing CPUID paravirt leaves is annoying and inefficient. If