search for: unrestrictive

Displaying 20 results from an estimated 242 matches for "unrestrictive".

Did you mean: restrictive
2011 Mar 30
1
VECM with UNRESTRICTED TREND
Dear All, My question is: how can I estimate VECM system with "unrestricted 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")].
2009 Mar 06
1
Parked Calls in 1.4.23.1
I know the call parking feature changed in 1.4.23.1 to fix some serious issues. I'm seeing a major change though which I find disturbing. A person parks a call by transferring it to the parking position (700). When the timeout value is reached, the call is NOT returned to that device, but rather the 's' extension of the phone's registered context (in this case [unrestricted]).
2013 Sep 22
1
[PATCH] Nested VMX: Expose unrestricted guest feature to guest
From: Yang Zhang <yang.z.zhang@Intel.com> With virtual unrestricted guest feature, L2 guest is allowed to run with PG cleared. Also, allow PAE not set during virtual vmexit emulation. Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com> --- xen/arch/x86/hvm/hvm.c | 3 ++- xen/arch/x86/hvm/vmx/vvmx.c | 3 +++ 2 files changed, 5 insertions(+), 1 deletions(-) diff --git
2008 Dec 09
5
Asterisk variable for SIP context
Hi, Say I wanted to know what context a SIP registration is using to dial out in my dialplan, what would I do? For example, I have phones on a "local-calls-only" context (as defined in sip.conf), others in "unrestricted-calls". In my dialplan, I`d like to act on that knowledge. Mike -------------- next part -------------- An HTML attachment was
2007 Jan 18
1
Passing video calls / bearer capability thru PRI
Hi all, using latest asterisk-svn I want to reflect an video call incoming via an PRI EuroISDN channel to another outgoing PRI channel, and I want the the outgoing channel to have the exact same bearer capability < Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info transfer capability: Unrestricted digital information (8) < Ext: 1 Trans mode/rate:
2005 Jan 27
1
Making digital/data calls through asterisk
Hi! We planing to by some PRI/BRI equipment to replace our existing telephone system. So I am going to try this: ISDN Card Outgoing Digital Call / Capability: Unrestricted digital information -> octobri -> asterisk -> TE410E -> Internet Provider / Receiver for Capability Unrestricted digital information The question is: Is asterisk possible of transmit this digital call to the
2009 Feb 10
1
loglik and arima()
All - I am evaluating an arima(2,1,3) and arima(3,1,3) and notice the log-likelihood of the restricted model is higher than the log-likelihood of the unrestricted. Since these are nested models, I thought the unrestricted model would have a log-likelihood at least as large as that of the restricted model. Am I interpreting the "loglik" output incorrectly? Regards, Stephen
2013 Jan 11
3
[LLVMdev] Using C++'11 language features in LLVM itself
>> I suppose this tradeoff can be evaluated by looking at the delta >> between 4.5 and 4.6 which is actually supported by MSVC 2010 and Clang >> 3.1 > > Makes perfect sense to me. > > -Chris According to http://gcc.gnu.org/projects/cxx0x.html, these features are available from 4.6 (language features only): - Null pointer constant - Forward declarations for enums -
2009 Oct 18
4
[OT] DHCP auth&auth software
Does anyone know about some free (as in beer, and maybe as in speech) software which would implement authentication and authorization of a user prior to issuing a valid dhcp lease? I imagine the following scenario: someone walks into my office building with a laptop (a colleague, a visitor, a guest, whoever), and hooks up onto the local net (wired or wireless). The server detects an unknown
2024 Apr 23
1
System GMM yields identical results for any weighting matrix
A copy of this question can be found on Cross Validated: https://stats.stackexchange.com/questions/645362 I am estimating a system of seemingly unrelated regressions (SUR) in R. Each of the equations has one unique regressor and one common regressor. I am using `gmm::sysGmm` and am experimenting with different weighting matrices. I get the same results (point estimates, standard errors and
2024 Apr 23
1
System GMM yields identical results for any weighting matrix
Generally speaking, this sort of detailed statistical question about a speccial package in R does not get a reply on this general R programming help list. Instead, I suggest you either email the maintainer (found by ?maintainer) or ask a question on a relevant R task view, such as https://cran.r-project.org/web/views/Econometrics.html . (or any other that you judge to be more appropriate).
2005 Oct 18
8
free dids on goiax.com
GoIAX, the Asterisk community's free IAX provider, is offering free US dids now. I loaded about 175 dids in and put up a very beta sign in page. Unfortunately I had to restrict the free us/canada outbound calling back down to toll-free only. There was a lot of war dialing and prank calling going on. I'm working on some stuff to hopefully curb that kind of stuff down so I can
2012 Sep 10
3
[PATCH] docs: document "ucode=" hypervisor command line option
Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/docs/misc/xen-command-line.markdown +++ b/docs/misc/xen-command-line.markdown @@ -785,6 +785,19 @@ Specify the per-cpu trace buffer size in > `= unstable | skewed` ### ucode +> `= <integer>` + +Specify the CPU microcode update blob module index. When positive, this +specifies the n-th module (in the GrUB entry, zero based)
2004 Jul 06
0
Model frame manipulation
Dear all, I am implementing a redundant variables F-test. For that I need to compute 2 models, restricted and unrestricted, then extracting the residuals to calculate the test statistic. I borrowed this elegant solution from the LMtest package to rebuild the first of the matrices involved (the unrestricted one) on the basis of model spec. and data >red.var.test<-function(formula,
2003 Jul 21
2
problem with basic file serving
How can I make my Samba file server unrestrictive? I want to put it on my Microsoft domain network, giving everyone full access to the data. I have created the share and set the permissions to SHARE level and regardless of what I do it requires a password for each PC and USER. What can I do to correct this? I have no desire to make this server a m...
2012 Mar 21
0
multivariate ordinal probit regression vglm()
Hello, all. I'm investigating the rate at which skeletal joint surfaces pass through a series of ordered stages (changes in morphology). Current statistical methods in this type of research use various logit or probit regression techniques (e.g., proportional odds logit/probit, forward/backward continuation ratio, or restricted/unrestricted cumulative probit). Data typically include the
2013 Aug 27
2
Re: Oracle RAC in libvirt+KVM environment
>> I found that scsicmd can't pass all the scsi3_test but the result of >> sg_inq is the same as it in the host. >> >> I am absolutely confused about this situation. Am I missed some >> information about it? I guess this is caused by the lack of capability. Please check if enough capability was added to kvm process by the following steps. 1. Check the pid of
2013 Oct 16
2
How to obtain restricted estimates from coxph()?
Hello, I'm trying to use coxph() function to fit a very simple Cox proportional hazards regression model (only one covariate) but the parameter space is restricted to an open set (0, 1). Can I still obtain a valid estimate by using coxph function in this scenario? If yes, how? Any suggestion would be greatly appreciated. Thanks!!! [[alternative HTML version deleted]]
2018 Feb 07
2
/dev/md1 => 93% Used. Warning. Disk Filling up. - what would be safe to delete in /boot ?
Hello CentOS users, in the recent time I keep getting the logwatch warnings from my 2 dedicated servers running CentOS 7.4.1708. I guess because of the numerous kernel updates (because of Spectre+Meltdown) in the near past? Could someone please suggest me, which files in my /boot partition would be safe to delete? I would like to avoid the situation of having to boot the rescue partiton etc.
2010 Dec 06
1
waldtest and nested models - poolability (parameter stability)
Dear All, I'm trying to use waldtest to test poolability (parameter stability) between two logistic regressions. Because I need to use robust standard errors (using sandwich), I cannot use anova. anova has no problems running the test, but waldtest does, indipendently of specifying vcov or not. waldtest does not appear to see that my models are nested. H0 in my case is the the vector of